nette_neon 0.0.5 copy "nette_neon: ^0.0.5" to clipboard
nette_neon: ^0.0.5 copied to clipboard

discontinued

Nette Object Notation - Neon javascript library port to dart.

Neon - dart #

neon javascript library ported to dart.

This project is WIP #

Lots of tests are not handled. Some results are not stable. Currently working on proper return value from decode function.

Installation #

You need to import javascript library to page. Then you can use this package in your dart app.

API #

Trying to mirror behavior from matej21.

decode (input) #

NMap result = decode(input);

encode (var [, options]) #

Map data = {'foo': 'bar'};
String result = encode(data);
0
likes
30
pub points
0%
popularity

Publisher

verified publishergtms.dev

Nette Object Notation - Neon javascript library port to dart.

Repository (GitLab)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

js

More

Packages that depend on nette_neon