Extract JSON Field(s) Gracefully

Navigate and extract JSON fields. In case the field is not found, null is returned. To extract all the field values across nested array(s) use * as many times as needed to flatten them. Examples: "/a/0/b", "/a///b".

AI_ENTITY_EXTRACTION