ObjectGetStringByPath Op
Finds a string at a position in an object defined by path
Summary (oneliner)
<p>useful when working with nested data structures.</p> <p>the path defines the way to the string. the stringwill be returned</p> <p>given an object like this:</p> <pre><code>{ "data": { "names": [ "alyx","gordon","eli","g-man"] } } </code></pre> <p>a path of data.names.1 will return <code>gordon</code>:</p>
- Ops.Data.JsonPath.ObjectGetStringByPath
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ObjectGetStringByPath - Example
INPUT PORTS
<p>json object</p>
<p>the path (i.e. data.names)</p>
<i>boolean</i>
)OUTPUT PORTS
<p>the string</p>
<i>boolean</i>
Number)