firexcode
xconvert
decodeJSON function
decodeJSON
firexcode
xconvert
decodeJSON function
xconvert library
Classes
ClassDefinition
DartCode
Dependency
Hint
MergeableListType
ModelGenerator
TypeDefinition
Warning
WithWarning
Constants
ambiguousListWarn
ambiguousTypeWarn
emptyListWarn
PRIMITIVE_TYPES
Functions
camelCase
camelCaseFirstLower
dartGenerate
decodeJSON
fixFieldName
getTypeName
isASTLiteralDouble
isPrimitiveType
mergeableListType
mergeObj
mergeObjectList
navigateNode
newAmbiguousListWarn
newAmbiguousType
newEmptyListWarn
Enums
ListType
decodeJSON
function
dynamic
decodeJSON
(
String
rawJson
)
Implementation
dynamic decodeJSON(String rawJson) { return convert.json.decode(rawJson); }