datafusion_functions_json

Module functions

Source

Functions§

  • Get any value from a JSON string by its “path”, represented as a string
  • Does the key/index exist within the JSON value as the specified “path”?
  • Get a value from a JSON string by its “path”
  • Get an boolean value from a JSON string by its “path”
  • Get a float value from a JSON string by its “path”
  • Get an integer value from a JSON string by its “path”
  • Get a nested raw JSON string from a JSON string by its “path”
  • Get a string value from a JSON string by its “path”
  • Get the length of the array or object at the given path.
  • Get the keys of a JSON object as an array.