issues
search
timo
/
json_fast
a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny
Artistic License 2.0
27
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use native string arrays to build of `trans` map
#42
lizmat
closed
6 years ago
1
Prevent creation of List only to have it sunk
#41
lizmat
closed
6 years ago
1
Using nqp::ord(at) everywhere else, why not here?
#40
lizmat
closed
6 years ago
1
Treat unknown types as strings, not objects
#39
ugexe
closed
5 years ago
2
spaces are allowed to have combining characters on them
#38
timo
closed
6 years ago
0
Fix crash on latest Rakudo
#37
zoffixznet
closed
6 years ago
0
quoted solidus is not unquoted
#36
gfldex
closed
6 years ago
5
Newline etc, escaping bug.
#35
dwarring
closed
6 years ago
4
Unicode codepoints outside 16bit are not turned into surrogate pair escape sequences
#34
timo
closed
6 years ago
0
JSON::Fast fails to encode complex UTF
#33
ghost
closed
7 years ago
0
Add flag to 'to-json' to sort the keys
#32
Tyil
closed
7 years ago
0
enum values get to-json'd as their name, giving invalid json
#31
timo
closed
6 years ago
4
speed up to-json and add to-json-file
#30
gfldex
closed
1 year ago
2
Fix too high minimum rakudo version
#29
zoffixznet
closed
7 years ago
0
fix to-json for DateTime and Instant
#28
gfldex
closed
7 years ago
0
thread safety issues caused by underlying rakudo bug
#27
dlowe
closed
7 years ago
0
IntStr.new(0, '') creates a broken json that can not be parsed anymore
#26
ufobat
closed
7 years ago
1
Workaround for race conditions in interpolation
#25
bduggan
closed
7 years ago
2
race conditions
#24
bduggan
closed
7 years ago
1
Move defined check before use of Int/Rat/Num
#23
CurtTilmes
closed
7 years ago
2
Use SPDX identifier in license field of META6.json
#22
samcv
closed
7 years ago
0
Memory leak
#21
AlexDaniel
closed
7 years ago
2
handle to-json of \r\n combiners. closes #19
#20
dwarring
closed
7 years ago
1
to-json incorrect encoding of new-line combiners
#19
dwarring
closed
7 years ago
2
can't install with zef, test failures
#18
coke
closed
7 years ago
2
Convert null byte to \u0000, make to-json 2.9x faster
#17
samcv
closed
7 years ago
4
does not escape null bytes or control characters
#16
samcv
closed
7 years ago
1
no tests for to-json on Num objects
#15
timo
closed
6 years ago
0
Please tag releases to help Debian packaging
#14
dod38fr
closed
1 year ago
6
array of hashes
#13
bduggan
closed
8 years ago
3
Fix for undefined value
#12
jonathanstowe
closed
8 years ago
2
Remove the leading "v" in the version
#11
moritz
closed
8 years ago
0
Document exported subs
#10
zoffixznet
closed
8 years ago
0
to-json() doesn't comply with newest JSON spec
#9
zoffixznet
closed
8 years ago
1
Fix freezing issue during tests
#8
zoffixznet
closed
8 years ago
0
Updates related to SEQ.
#7
djgoku
closed
9 years ago
0
Tests fail while bootstraping panda
#6
teodozjan
closed
9 years ago
0
there's no test coverage for to-json.
#5
timo
closed
6 years ago
0
to-json doesn't like undefined values
#4
timo
closed
6 years ago
4
Cannot to-json(Seq) etc
#3
skaji
closed
9 years ago
2
now json::fast is faster
#2
tony-o
closed
9 years ago
0
s/JSON::Tiny/JSON::Fast/
#1
ugexe
closed
9 years ago
0
Previous