grip_body_from_json

Creates new body handle from string

Syntax

native GripBody:grip_body_from_json(GripJSONValue:value, bool:pretty = false, recursion_limit = 100)

Usage

value
pretty True to format pretty JSON string, false to not
recursion_limit Limit of the internal recursion

Return

Newly — crated body handle

Notes

Body should be destroyed with the relevant call.

Defined in grip.inc at line 208 . This documentation was automatically generated from source.