json5 0.5.0
json5: ^0.5.0 copied to clipboard
JSON for dart and flutter (a port version of json5 in javascript)
0.5.0 #
- supports Map, List, null, num, bool, String
JSON5.parse( aString );JSON5.stringify( anObj )JSON5.stringify( abObj, space:2 )json5Decode( aString );json5Encode( anObj )json5Encode( abObj, space:2 )