jard 1.0.1 copy "jard: ^1.0.1" to clipboard
jard: ^1.0.1 copied to clipboard

Package for json encode and decode.

example/README.md

Языки:

English Russian

Пример использования:

import 'package:jard/jard.dart';

void main() {
  final map = <String, dynamic>{
    'name': 'Alex',
    'age': 22,
  };

  final json = Jard.encode(map);

  print(json);
}

Ожидаемый вывод:

{"name":"Alex","age":22}
1
likes
130
points
15
downloads

Publisher

verified publisherbatykov-gleb.ru

Weekly Downloads

Package for json encode and decode.

Repository (GitHub)
View/report issues

Topics

#json #encode

Documentation

API reference

License

MIT (license)

More

Packages that depend on jard