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.
json_shared_data_paths(…) → JSONKind · scalar
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.
Part of the JSON family.
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_shared_data_paths_with_types
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. Type variants also report…