functional overview
Convert JSON to dictionary.
Details of Functions
subject (of taxation, etc.)The JSON specified in the "JSON" section is parsed and converted into a dictionary.
Stores JSON keys as dictionary keys and elements as values.
- attention (heed)
- The character encoding used by Unifinity Studio/Unifinity Application Player is UTF-8.
- note
- If the following "JSON" is read, "Dictionary to be created" will be the result.
JSON[
{
"Numbers.":. "123".,
"Kanji.":. "One, two, three.",
"English.":. "ABC".
}, }
{
"Numbers.":. "456".,
"Kanji.":. "456.",
"English.":. "DEF".
}
]
key value figure 123 English (language) ABC kanji one, two, three (used in legal documents)
key value figure 456 English (language) DEF kanji forty-five and sixty
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) character string data
Specify JSON.
- return value
-
Dictionary (associative array)
Returns a dictionary converted from JSON.