damphat has asked 9
questions and find answers to 31
problems.
Stats
968 EtPoint
334 Vote count
9 questions
31 answers
About
My recent recent projects
JSON5 for dart & flutter
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)