zikzak_json 0.2.2 copy "zikzak_json: ^0.2.2" to clipboard
zikzak_json: ^0.2.2 copied to clipboard

A best-effort JSON parser using simdjson_dart for speed and json5_plus for flexibility.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zikzak_json

With Flutter:

 $ flutter pub add zikzak_json

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  zikzak_json: ^0.2.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:zikzak_json/zikzak_json.dart';
0
likes
150
points
21
downloads

Documentation

Documentation
API reference

Publisher

verified publisherzuraffa.com

Weekly Downloads

A best-effort JSON parser using simdjson_dart for speed and json5_plus for flexibility.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

Dependencies

json5_plus, json_path_plus, simdjson_dart

More

Packages that depend on zikzak_json