issues
search
valyala
/
fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
MIT License
2.28k
stars
137
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add ability to set values by path
#106
phplego
opened
2 weeks ago
0
Is this lib dead?
#105
nielskrijger
opened
3 months ago
2
Support GB18030 character in Parser?
#104
folivoramao
opened
3 months ago
0
Support GB18030 character in Parser?
#103
folivoramao
closed
3 months ago
0
Provide more context in `Validate()`
#102
grantstephens
opened
6 months ago
0
Reduced slice allocations in parser cache
#101
iv-menshenin
opened
8 months ago
1
Add test for hasSpecialChars
#100
elliotwutingfeng
opened
11 months ago
0
func s2s use deprecated code in golang 1.20
#99
tvojacek
opened
1 year ago
0
Inconsistent interface of fastjson.GetString( data, "key") and value Get("key").String()
#98
salmonix
opened
1 year ago
0
Skip fields
#97
gameformush
closed
1 year ago
0
Any way to get the _raw_ bytes from the key? (GetRaw("key"))
#96
salmonix
opened
1 year ago
0
clean way to distinguish between float and int numbers?
#95
Av1shay
opened
1 year ago
0
will mutex lock access be supported in future?
#94
kolinfluence
opened
1 year ago
0
pls provide examples and numbers in bytes for the memory usage meaning
#93
hiqsociety
opened
1 year ago
0
Why maintain parser and validate separately?
#92
GGXXLL
closed
1 year ago
0
fastfloat: strconv inequivalence - ParseFloat64("8.54E-4") got = 0.0008539999999999999, want 0.000854
#91
mattburman
opened
1 year ago
1
Special characters in the string are incorrectly encoded
#90
peterq
opened
1 year ago
7
Add a check for redundant . and e in number parser
#89
vearutop
opened
1 year ago
0
Parser does not fully validate the JSON
#88
mna
opened
1 year ago
1
escapeString compatibility with encoding/json
#87
barkyq
opened
1 year ago
3
Marshaling does not agree with json.Encoder
#86
barkyq
opened
1 year ago
0
Fix some typos in parser test
#85
oerlikon
closed
11 months ago
0
fastfloat: support elided integer or float part
#84
hagen1778
closed
1 year ago
1
support reading json file?
#83
yingjie52
opened
1 year ago
0
GetKeys() Method for Objects
#82
TheRebelOfBabylon
opened
1 year ago
0
the very fucking thing is xxx.String() -> ""xxxx""
#81
xbyl1234
opened
1 year ago
0
sometimes the parsing has error coz json format "invalid" like missing comma
#80
hiqsociety
opened
2 years ago
0
Keep getting error on GetString
#79
buzzy
opened
2 years ago
1
How to concatenate two []*fastjson.Value arrays to single one and save it to file
#78
beva-sdev
opened
2 years ago
0
arena: add NewNumberBytes to Arena.
#77
ajzo90
opened
2 years ago
0
How to decode JSON from []byte?
#76
rushkii
opened
2 years ago
3
How to escape json string
#75
Huzh6
opened
2 years ago
0
fastjson doesn't iterate over a json
#74
PaulDotSH
closed
2 years ago
0
How to iterate over `p.Parser` output and store the results?
#72
smjure
closed
3 years ago
0
Add some handy/fallible methods to the Object public API
#71
midnightexigent
opened
3 years ago
0
How to avoid string field escape?
#70
nuzar
closed
3 years ago
1
How to construct nested JSON using for loops and arenapools?
#69
clarencefoy
opened
3 years ago
0
Add ValidParser
#68
kevburnsjr
opened
3 years ago
3
compatibility with strconv.ParseInt
#67
yuzhichang
opened
3 years ago
0
Add some methods + debug when missing key
#66
linuxpham
opened
3 years ago
1
Allow to increase maximum JSON nesting depth
#65
krobelus
opened
3 years ago
0
Validate hangs with deeply nested arrays
#64
WillAbides
opened
3 years ago
1
Update README.md
#63
esquith
closed
2 years ago
1
expose Value.s, add Value.GetStringArray, Value.getFloatArray method
#62
liming-coder
opened
3 years ago
0
Shouldn't ArenaPool call arena.Reset() on Put or on Get?
#61
KromDaniel
opened
3 years ago
2
Fix 64-bit tests on 32-bit systems
#60
guillemj
closed
3 years ago
1
Streaming reflective JSON encoder
#59
x4m
opened
4 years ago
0
Parsing ip address gives invalid object model
#58
alexus1024
opened
4 years ago
3
Idiomatic Guide to migrating from `json.NewDecoder(<bytes>).Decode(<interface>)`
#57
ghostsquad
opened
4 years ago
0
Consider provide a function in order to simply get *Value's parent key value
#56
Dentrax
opened
4 years ago
1
Next