DieMyst
|
a22567e8c8
|
fix compilation
|
2019-08-08 17:23:05 +03:00 |
|
Bowen Wang
|
63a4f35b3f
|
fix tests
|
2019-06-26 15:52:19 -07:00 |
|
Bowen Wang
|
029af648b5
|
Update AS syntax
|
2019-06-12 16:34:40 -07:00 |
|
Vladimir Grichina
|
1aca8f6b4c
|
Use early return to make code a bit more readable
|
2019-03-26 15:17:45 -07:00 |
|
Evgeny Kuzyakov
|
9b4431d73c
|
Improve performance of assembly JSON by improving string handling
|
2019-03-25 08:53:38 -07:00 |
|
Vladimir Grichina
|
895aefa646
|
Use 64-bit integers for JSON numbers
|
2019-02-27 21:18:38 -08:00 |
|
Vladimir Grichina
|
16f40c4c8d
|
No need to worry about UTF-8 byes confused with delimiters, etc
Thanks to awesome UTF-8 design it never clashes with ASCII chars.
|
2019-01-09 17:53:15 -08:00 |
|
Vladimir Grichina
|
bf4fffab1c
|
Fix nesting array parsing
|
2019-01-08 23:46:11 -08:00 |
|
Vladimir Grichina
|
f736f48359
|
Fix typo in error message
|
2019-01-08 02:25:16 -08:00 |
|
Vladimir Grichina
|
17d1fcf976
|
Minor fix to nested objects parsing
|
2019-01-08 02:14:16 -08:00 |
|
Vladimir Grichina
|
f3800cc7d7
|
Refactor parser state into separate class
|
2019-01-07 23:26:05 -08:00 |
|
Vladimir Grichina
|
b036c86f5f
|
Handle false return value from pushObject nad pushArray
|
2019-01-06 18:51:59 -08:00 |
|
Vladimir Grichina
|
5f3f5c809c
|
Leave only roundtrip tests
|
2019-01-06 18:13:05 -08:00 |
|
Vladimir Grichina
|
f53d0bae16
|
Implement escaped character support
|
2019-01-06 18:07:31 -08:00 |
|
Vladimir Grichina
|
1567bb19c7
|
Support arrays
|
2019-01-06 03:10:20 -08:00 |
|
Vladimir Grichina
|
a4a11af1a8
|
Support white-space between tokens
|
2019-01-06 02:59:36 -08:00 |
|
Vladimir Grichina
|
e4757490a7
|
Parse null
|
2019-01-06 02:31:38 -08:00 |
|
Vladimir Grichina
|
afaca3b128
|
Add support for integers, booleans and fix multiple keys
|
2019-01-06 02:15:23 -08:00 |
|
Vladimir Grichina
|
4cbc72c739
|
Implement POC JSON parser (only works with subset of strings)
|
2019-01-06 01:20:17 -08:00 |
|
Vladimir Grichina
|
cdc035253f
|
Start with assemblyscript-bson as skeleton
|
2019-01-05 20:54:13 -08:00 |
|