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

With Flutter:

 $ flutter 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.2.3

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:simdjson_dart/simdjson_dart.dart';
1
likes
160
points
162
downloads
screenshot

Documentation

API reference

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

MIT (license)

Dependencies

hooks, native_toolchain_c

More

Packages that depend on simdjson_dart