issues
search
chadaustin
/
sajson
Lightweight, extremely high-performance JSON parser for C++11
MIT License
568
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed integer parsing to cover the full 32-bit signed range
#56
iboB
closed
3 years ago
1
Extended functionality
#55
erikronstrom
opened
3 years ago
0
Reverts changes to sajson::globals_struct::parse_flags
#54
wojdyr
opened
3 years ago
0
Fix memory leaks
#53
kokosxD
closed
3 years ago
0
Add missing closing angle bracket
#52
kokosxD
closed
3 years ago
0
Confusing size description of passed buffer
#51
lundmark
opened
3 years ago
2
added docsforge docs
#50
erez-o
closed
3 years ago
0
Documentation with API references
#49
erez-o
closed
3 years ago
3
'parse_flags' redefinition ; different storage class
#48
mikelaltadi
closed
4 years ago
2
Break the dependency on strlen
#47
ihameed
closed
6 years ago
0
Doesn't support relaxed root value restrictions in RFC 8259
#46
cebtenzzre
opened
6 years ago
1
Question about invalid UTF-8
#45
DJuego
closed
6 years ago
3
Stream json parsing
#44
vmalyasov
closed
6 years ago
3
Renamed ERROR_SUCCESS to ERROR_NO_ERROR so it doesn't clash with Wind…
#43
iboB
closed
6 years ago
1
fixed issue with flag '-Wshadow'
#42
Saldivarcher
closed
6 years ago
2
warnings with -Wshadow
#41
wojdyr
closed
6 years ago
2
ERROR_SUCCESS conflict with a macro from <windows.h>
#40
wojdyr
closed
6 years ago
2
64-bit Int
#39
own2pwn
opened
7 years ago
7
How to use Swift version?
#38
own2pwn
opened
7 years ago
10
Signed integer overflow in parse_number()
#37
grievejia
closed
6 years ago
2
preserve the order of keys if SAJSON_UNSORTED_OBJECT_KEYS is defined
#36
wojdyr
closed
7 years ago
2
preserving key order in objects
#35
wojdyr
closed
7 years ago
1
fix header include
#34
wojdyr
closed
7 years ago
0
avoid GCC warning -Wignored-qualifiers
#33
wojdyr
closed
7 years ago
1
undefined behaviour in integer_storage and double_storage
#32
wojdyr
closed
7 years ago
5
Errors in numbers parsing
#31
nst
closed
7 years ago
1
Problem with decoding Double values using Swift
#30
t089
closed
7 years ago
2
snprintf definition
#29
SDraw
closed
7 years ago
3
Allocator problems
#28
iboB
opened
7 years ago
4
Proper MSVC unreachable macro. Split platform non-MSVC macros to MSVC…
#27
iboB
closed
7 years ago
1
No allocation mode for sajson?
#26
kccqzy
closed
7 years ago
5
Parsing big integers
#25
ksergey
closed
7 years ago
6
Add #include to support Xcode9 `uint8_t` usage.
#24
wkiefer
closed
7 years ago
1
Removing std::string from errors
#23
iboB
closed
7 years ago
5
C++-style headers
#22
iboB
closed
7 years ago
0
Null termination of input strings
#21
iboB
closed
7 years ago
1
Update json.dict
#20
gburtini
closed
7 years ago
0
Kill the intermediate parsed arrays and objects
#19
aeidelson
closed
7 years ago
1
Remove intermediate format
#18
aeidelson
closed
7 years ago
1
break all std::string and iostream dependencies
#17
chadaustin
closed
7 years ago
1
validate UTF-8 in strings
#16
chadaustin
closed
7 years ago
1
optimize number parsing
#15
chadaustin
opened
7 years ago
0
Conformance report for reference
#14
miloyip
closed
8 years ago
2
Optimize string values and keys
#13
iboB
closed
7 years ago
1
Added get_float_value to avoid manual casts in user code
#12
iboB
closed
7 years ago
1
Added get_value_of_key
#11
iboB
closed
8 years ago
3
Fix double precision conformance issues exposed by https://github.com/miloyip/nativejson-benchmark
#10
chadaustin
opened
8 years ago
2
add incremental memory growth
#9
chadaustin
closed
7 years ago
1
sajson::document and sajson::value cannot be member variable
#8
ASCE1885
closed
7 years ago
1
Parsing failure
#7
miloyip
closed
9 years ago
6
Next