functional overview
Convert dictionary to JSON.
Details of Functions
subject (of taxation, etc.)Converts the dictionary specified in
Stores keys as tags and values as elements.
- attention (heed)
- The character encoding used by Unifinity Studio/Unifinity Application Player is UTF-8.
- note
- When the next "dictionary" is read, the "JSON to be created" will be the result.
dictionary
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
[
{
"Numbers.":. "123".,
"Kanji.":. "One, two, three.",
"English.":. "ABC".
}, }
{
"Numbers.":. "456".,
"Kanji.":. "456.",
"English.":. "DEF".
}
]
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) Dictionary (associative array)
Specify the target dictionary.
- return value
-
character string data
Returns JSON converted dictionary.