langchain_core.output_parsers.json
.SimpleJsonOutputParser¶
注意
SimpleJsonOutputParser实现了标准的 Runnable 接口
。🏃
《Runnable》接口提供了额外的可用的方法,例如 Runnable Interface
,如 with_types
、with_retry
、assign
、bind
、get_graph
等。
- langchain_core.output_parsers.json.SimpleJsonOutputParser¶
JsonOutputParser
的别名