issues
search
zserge
/
jsmn
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.71k
stars
783
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
jsmntok_t with smaller size type
#239
jcecconi
opened
3 months ago
0
JSMN_PARENT_LINKS
#238
TheBadkraft
opened
3 months ago
0
please show your performance test, be careful when you write comment.
#237
Juminiy
opened
4 months ago
0
Parsing of control characters
#236
j-moeller
opened
5 months ago
0
Updated docs on jsmntype_t to not use flags as the jsmin header dose not declare them as such
#235
hexmaster111
opened
5 months ago
0
jsmn_organizer
#234
vishnu-illikkal
opened
8 months ago
0
Not enough information to easily parse the input
#233
WarpRules
opened
8 months ago
1
New JSMN_PARENT_CNT to allow enhanced enumeration of JSON Structures.
#232
navaro
opened
11 months ago
0
Fixed warnings from -Wconversion
#231
nrbrook
opened
1 year ago
0
don't trip over unquoted UTF-8 keys
#230
timkuijsten
opened
2 years ago
0
Test issue by Akash
#229
akashnotino75
opened
2 years ago
0
Feature Request: variant with separate jsmn.h and jsmn.c
#228
rdpoor
opened
2 years ago
4
How to efficiently evaluate the number of json tokens
#227
mm-longcheng
opened
2 years ago
3
Doubt about the library
#226
amolina-chargevite
opened
2 years ago
0
Add fuzzer
#225
AdamKorcz
opened
2 years ago
0
カメラ点検画面実装
#224
TE-AkiraAKatayama
closed
2 years ago
0
SDカード警告実装
#223
TE-AkiraAKatayama
closed
2 years ago
0
初回起動の再認証画面実装
#222
TE-AkiraAKatayama
closed
2 years ago
0
カメラパラメータ設定
#221
TE-AkiraAKatayama
closed
2 years ago
0
LCDパネルスリーブ検討
#220
TE-AkiraAKatayama
closed
2 years ago
0
フォント入れ替え
#219
TE-AkiraAKatayama
closed
2 years ago
0
token->end == -1
#218
goog
closed
2 years ago
0
Missing commas does not fail in strict mode
#217
nrbrook
opened
2 years ago
1
Error parsing quotes on RHS
#216
donbowman
closed
2 years ago
2
Building the project with cmake
#215
jpfeger
opened
2 years ago
0
Comment placement (minor)
#214
mrnerdhair
closed
3 years ago
1
Update README.md
#213
olmokramer
closed
3 years ago
1
not able to parse json data if one of the key is same as another key's value
#212
pramodnitmz
closed
3 years ago
1
Combine json_alloc_token and json_fill_token
#211
alexhenrie
opened
3 years ago
3
UnEven JSON object
#210
embbo
closed
3 years ago
1
[EDIT] Sorry bad repo :/
#209
Geartz
closed
3 years ago
0
Default "example/simple.c" not working
#208
mihir-chauhan
closed
3 years ago
3
xml to Json and parsor
#207
embbo
closed
3 years ago
4
Not returning proper count when used with tokens=NULL and stream data
#206
givanov256
opened
3 years ago
1
Error when parsing array elements
#205
dzlonline
closed
3 years ago
4
If you are dealing with JSON that varies in size greatly, you can reallocate the tokens array based on feedback from the parser. If parser returns `JSMN_ERROR_NOMEM` you can extend the tokens array and retry parsing. The parser will continue from where it left off.
#204
noon2a
closed
3 years ago
0
Update README.md
#203
Elkantor
closed
3 years ago
0
Export/import symbols when building/using a shared DLL
#202
nrbrook
opened
4 years ago
0
How should we do to deal with unknown size of jsmn_tokens?
#201
littlesonlp
closed
3 years ago
2
compiling for arm help
#200
Yossefosman
closed
4 years ago
4
Incomplete Makefile
#199
fruitofgeorge
closed
4 years ago
1
Allow JSMN_API to be defined by the user (e. g. for Windows DLLs).
#198
lx-s
opened
4 years ago
0
RFC 8259, bitwise checks, next siblings, doxygen comments, and more
#197
themobiusproject
opened
4 years ago
14
Add option to parse single objects at a time
#196
dominickpastore
opened
4 years ago
1
Enhancements for feature macros
#195
dominickpastore
opened
4 years ago
1
Comply with RFC 8259 in strict mode
#194
dominickpastore
opened
4 years ago
19
Parsing issues with objects and arrays as keys in non-strict mode
#193
dominickpastore
opened
4 years ago
0
Use https instead of http ,for sites that support this
#192
ghane
opened
4 years ago
0
Undefined behaviour / program freeze while accessing first token
#191
V10lator
closed
4 years ago
5
Fix variable scope warnings
#190
ercanersoy
opened
4 years ago
5
Next