Data type Map
access this type via: data.json.JSONEncoder (uses)
This datatype is used by the JSON encoder to describe mappings between actual JSON keys in a JSON file and fields names in a Dana data type. It is usually used when key names in a JSON file are reserved words in the Dana language.
Fields
char jsonKey[] The key name used in a JSON file.
char dataVar[] The field name used in a Dana data type.