simdjson_dart 0.2.0
simdjson_dart: ^0.2.0 copied to clipboard
Fast JSON for Dart using the simdjson C++ library over FFI. Lazy document access for large payloads plus jsonDecode-compatible decoding.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add simdjson_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
simdjson_dart: ^0.2.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simdjson_dart/simdjson_dart.dart';