|
Lite³
A JSON-Compatible Zero-Copy Serialization Format
|
| ▼Buffer API | Buffer API |
| Object / Array Initialization | Object / array initialization |
| Object Set | Set key-value pair in object |
| Array Append | Append value to array |
| Array Set | Set value in array |
| Utility Functions | Utility functions |
| Object Get | Get value from object by key |
| Array Get | Get value from array by index |
| Iterators | Create and use iterators for objects/arrays |
| JSON Conversion | Conversion between Lite³ and JSON |
| Library Configuration Options | Configuration options for the Lite³ library |
| Library Custom Types | Custom types of the Lite³ library |
| lite3_val functions | Functions to deal with opaque values |
| ▼Context API | Context API |
| Iterators | Create and use iterators for objects/arrays |
| Managing Contexts | Managing Contexts |
| Object / Array Initialization | Object / array initialization |
| Object Set | Set key-value pair in object |
| Array Append | Append value to array |
| Array Set | Set (or overwrite) value in array |
| Utility Functions | Utility functions |
| Object Get | Get value from object by key |
| Array Get | Get value from array by index |
| Iterators | Create and use iterators for objects/arrays |
| JSON Conversion | Conversion between Lite³ and JSON |