fromJSON

From Bohemia Interactive Community
Revision as of 18:33, 8 September 2024 by Lou Montana (talk | contribs) (Fix bad copy/paste)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

Description

Description:
Obtain the game value from the provided JSON-formatted string.
Groups:
Strings

Syntax

Syntax:
fromJSON jsonValue
Parameters:
jsonValue: String - JSON data
Return Value:
Can be one of:

Examples

Example 1:
private _myNumber = fromJSON "42"; // _myNumber is 42 private _myString = fromJSON """Hello there"""; // _myString is "Hello there" private _myArray = fromJSON "[42, ""Hello there"", true]"; // _myArray is [42, "Hello there", true]

Additional Information

See also:
toJSON parseSimpleArray

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note