# JsonOutputFunctionsParser

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/output_parsers/openai_functions/JsonOutputFunctionsParser)

Parse an output as the JSON object.

## Signature

```python
JsonOutputFunctionsParser(
    self,
    *args: Any = (),
    **kwargs: Any = {},
)
```

## Extends

- `BaseCumulativeTransformOutputParser[Any]`

## Properties

- `strict`
- `args_only`

## Methods

- [`parse_result()`](https://reference.langchain.com/python/langchain-core/output_parsers/openai_functions/JsonOutputFunctionsParser/parse_result)
- [`parse()`](https://reference.langchain.com/python/langchain-core/output_parsers/openai_functions/JsonOutputFunctionsParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/fb6ab993a73180538f6cca876b3c85d46c08845f/libs/core/langchain_core/output_parsers/openai_functions.py#L58)