grip_json_validate

Validates json by checking if object have identically named fields with matching types.

Syntax

native bool:grip_json_validate(const GripJSONValue:schema, const GripJSONValue:value)

Usage

schema JSON handle
value JSON handle

Return

True if passed value is valid, false otherwise

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