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

discontinued
outdated

Nette Object Notation - Neon javascript library port to dart.

Neon - dart #

neon javascript library ported to dart.

Installation #

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

API #

Trying to mirror behavior from matej21.

decode (input) #

NeonMap result = Neon.decode(input);

encode (var [, options]) #

Map data = {'foo': 'bar'};
String result = Neon.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