JSON-style Loaders
The json category loaders supports loading loosely structured data including:
- associative arrays (also known as name-value pairs),
- integer indexed arrays
- and a suite of fundamental scalar types.
JSON Category Loaders
Loader | Notes |
---|---|
JSONLoader | |
BSONLoader | |
XMLLoader | |
HTMLLoader |
Data Structure
Objects and arrays containing other object and arrays or primitive values.