# 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/c197a7b6f757860df429aefb8e8a40a60d75987f/libs/core/langchain_core/output_parsers/openai_functions.py#L58)