This website requires JavaScript.
14cc8ab7be
bug fix. The depth counter of the parser was incremented at the start of a value but never decremented
main
Francesco Cozzuto
2022-07-06 14:52:59 +02:00
274c045934
multiple bug fixes
cozis
2022-04-28 23:32:35 +02:00
8ed2ed7404
new xj_array_append
cozis
2022-04-28 13:31:42 +02:00
8fbdd029d4
new xj_snprintf and xj_decodef. Code from stb_sprintf was pulled in
cozis
2022-04-28 13:04:41 +02:00
12ffc1a667
more docs
cozis
2022-04-26 13:15:58 +02:00
c2d7ed2e01
fixed bug in example
cozis
2022-04-25 15:30:30 +02:00
3e2c1af45a
added example
cozis
2022-04-25 15:22:16 +02:00
5f2d32a7e1
added license
cozis
2022-04-25 14:31:17 +02:00
c380c2fcce
reorganized files and added usage paragraph to readme
cozis
2022-04-25 14:29:30 +02:00
577af0d33b
bug fix and even more docs!
cozis
2022-04-25 13:59:34 +02:00
a0fd25132e
more docs!
cozis
2022-04-25 13:43:19 +02:00
f3fde81d01
added overview paragraph to the readme
cozis
2022-04-25 13:07:20 +02:00
131fc7f009
added fuzzer and fixed a couple of bugs found by it
cozis
2022-04-25 00:56:35 +02:00
f89d0ce6d2
fixed potential use before initialization
cozis
2022-04-24 23:59:37 +02:00
cec593c6fc
allow UTF-8 inside strings
cozis
2022-04-24 23:52:47 +02:00
87c133d962
bug fix. Non-ASCII data in strings was reported as control characters
cozis
2022-04-24 23:41:16 +02:00
6e325ce4ea
parsing exponents with a sign
cozis
2022-04-24 23:31:02 +02:00
113830d092
persing minus sign and exponents for numeric values
cozis
2022-04-24 23:12:35 +02:00
841e3f75fa
now \uXXXX\uXXXX are encoded separately if together they're not valid UTF-32
cozis
2022-04-24 21:55:00 +02:00
f34961a58f
support \uXXXX format
cozis
2022-04-24 21:38:26 +02:00
f5b0cda5ad
added support for special characters in strings
cozis
2022-04-24 19:21:38 +02:00
c34400eeca
new readme
cozis
2022-04-19 02:12:50 +02:00
d7df11aab7
added some comments here and there
cozis
2022-04-19 02:04:04 +02:00
1ec3d78ab6
bug fix in pointer aligning function
cozis
2022-04-19 01:55:39 +02:00
8e3b4411ed
fixed allocator use after free and added some somments
cozis
2022-04-19 01:30:32 +02:00
7a77020c29
parser bug fix
cozis
2022-04-19 00:37:07 +02:00
0d2fe6ac01
grindin'
cozis
2022-04-19 00:34:34 +02:00
a91b0308f9
bug fix
cozis
2022-04-03 20:01:00 +02:00
252f390ca9
added overflow check when parsing integers
cozis
2022-04-02 22:16:04 +02:00
b2ea86585f
more tests
cozis
2022-04-02 20:23:37 +02:00
b8b40f6c54
added basic tests
cozis
2022-04-02 19:57:00 +02:00
3af2ba02f7
first commit
cozis
2022-04-02 18:51:04 +02:00