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

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