utils/src/json_util library

Functions

jsonDecode(String source, {Object? reviver(Object? key, Object? value)?}) → dynamic
Parses the string and returns the resulting Json object.
jsonEncode(Object? value, {Object? toEncodable(dynamic object)?}) String
Converts value to a JSON string.
sortMap(Map map) Map