json5 library
Classes
- JSON5
- JSON5 contains 2 static methods parse() and stringify()
Functions
-
json5Decode(
String string) → dynamic - Parses the string and return the json object.
-
json5Encode(
dynamic object, {dynamic space = 0, Object? toEncodable(Object? nonEncodable)?}) → String - Convert the object to json5 string.