Method: Polars::StringNameSpace#json_path_match
- Defined in:
- lib/polars/string_name_space.rb
#json_path_match(json_path) ⇒ Series
Extract the first match of json string with provided JSONPath expression.
Throw errors if encounter invalid json strings. All return value will be casted to Utf8 regardless of the original value.
Documentation on JSONPath standard can be found here.
415 416 417 |
# File 'lib/polars/string_name_space.rb', line 415 def json_path_match(json_path) super end |