Retrieves the value at a given path in the JSON object.
The path to the value in the JSON object, provided as a string in JSON pointer syntax.
The value at the given path in the JSON object, as a string. If the value is a large dictionary or exceeds the maximum length, a message is returned instead.
Generated using TypeDoc
Represents a JSON object in the LangChain framework. Provides methods to get keys and values from the JSON object.