-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathTODO
More file actions
21 lines (13 loc) · 658 Bytes
/
TODO
File metadata and controls
21 lines (13 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TODO for the JSONReader PHP extension
-------------------------------------
- Allow reading of overflowing integer or float values as strings
- Implement ability to parse a string buffer and not only a stream
- Implement internal error handler
Additions that will require improvements to libvktor:
-----------------------------------------------------
- Add some abilities to skip ahead
- Over the current value token without reading it
- To a specific key in an object
- A specific number of elements in an array or an object
- Out of the current nesting level ("step out")
- Add support for additional Unicode encodings (input or output)