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