Ask a question to get started
Enter to send•Shift+Enter new line
Splits JSON into a list of JSON chunks.
split_json( self, json_data: dict[str, Any], convert_lists: bool = False ) -> list[dict[str, Any]]
json_data
dict[str, Any]
The JSON data to be split.
convert_lists
bool
False
Whether to convert lists in the JSON to dictionaries before splitting.