LangChain - Output Parsers
You want to parse a nested JSON string with
What will the parsed Python object look like?
JsonOutputParser like:{"user": {"name": "Eve", "roles": ["admin", "user"]}}What will the parsed Python object look like?
