damphat

15,416
reputation
5
41
55

My recent recent projects

import 'package:json5/json5.dart';

// in dart or flutter
JSON5.parse(string);
JSON5.stringify(object, space: 2);

// also in dart convention
json5Decode(string)
json5Encode(object);

[github](https://github.com/damphat)