menu
jt_flutter_cli
core/util/model_util/helpers.dart
decodeJSON function
decodeJSON
brightness_4
brightness_5
decodeJSON
function
dynamic
decodeJSON
(
String
rawJson
)
Implementation
decodeJSON(String rawJson) { return convert.json.decode(rawJson); }
jt_flutter_cli
helpers
decodeJSON function
helpers library