LangChain - Output Parsers
Given the code snippet:
What will
parser = JsonOutputParser()
json_str = '{"name": "Alice", "age": 30}'
result = parser.parse(json_str)What will
result contain?