yet_another_json_isolate 1.1.0 copy "yet_another_json_isolate: ^1.1.0" to clipboard
yet_another_json_isolate: ^1.1.0 copied to clipboard

Package to simplify and improve JSON parsing in isolates by keeping one isolate running per instance.

Yet Another Json Isolate #

Dart package for simple JSON parsing using isolates, because the world can never have enough JSON parsers.

Usage #

// initialize an `YAJsonIsolate` instance
final isolate = YAJsonIsolate()..initialize();

// serialize a JSON using an isolate
final requestBody = await isolate.encode(requestObject);

// deserialize a JSON string using an isolate
final json = await isolate.decode(responseBody);

// dispose when no longer needed
isolate.dispose();
4
likes
0
pub points
81%
popularity

Publisher

verified publishersupabase.io

Package to simplify and improve JSON parsing in isolates by keeping one isolate running per instance.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async

More

Packages that depend on yet_another_json_isolate