Name
json_is_primitivejson_is_primitiveJsonIsPrimitivejson_is_primitiveJsonIsPrimitiveJsonIsPrimitive — Checks if a JSON-String is a primitive data type.
json_is_primitivejson_is_primitiveJsonIsPrimitivejson_is_primitiveJsonIsPrimitiveJsonIsPrimitive 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.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
JsonJsonJsonJsonJsonjson (input_control) string → HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)
JSON string
true if Json is a primitive data type
Foundation