simdjson_dart 0.1.2 copy "simdjson_dart: ^0.1.2" to clipboard
simdjson_dart: ^0.1.2 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_dart

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

dependencies:
  simdjson_dart: ^0.1.2

Alternatively, 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';
1
likes
0
points
162
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

Fast JSON for Dart using the simdjson C++ library over FFI. Lazy document access for large payloads plus jsonDecode-compatible decoding.

Repository (GitHub)
View/report issues

Topics

#json #performance #ffi #parser #simd

License

unknown (license)

Dependencies

hooks, native_toolchain_c

More

Packages that depend on simdjson_dart