Ask a question to get started
Enter to send•Shift+Enter new line
split_text( self, json_data: dict[str, Any], convert_lists: bool = False,
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.
ensure_ascii
True
Splits JSON into a list of JSON formatted strings.
Whether to ensure ASCII encoding in the JSON strings.