Operators |
json_is_primitive — Checks if a JSON-String is a primitive data type.
json_is_primitive( : : Json : IsPrimitive)
json_is_primitive checks if a JSON-String is a primitive data type, i.e. null, a string, a boolean value, or a number.
Find more information about the JSON extension package in the introduction to this chapter.
JSON string
true if Json is a primitive data type
Foundation
Operators |