json_set_lax
Updates a JSON document by setting the value at a specified path using lax error handling. V1 supports top-level object-key and array-index updates and leaves unsupported paths unchanged.
json_set_lax(…) → JSONKind · scalar
Updates a JSON document by setting the value at a specified path using lax error handling. V1 supports top-level object-key and array-index updates and leaves unsupported paths unchanged.
Part of the JSON family.
json_set
Updates a JSON document by setting the value at a specified path. V1 supports top-level object-key and array-index updates with strict path validation.
json_shared_data_paths
Analyzes JSON documents and returns the set of JSON paths observed. Shared-data variants focus on paths that share common prefixes or repeated structures across documents.