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 export tags to prevent confusion with other modules with similar routines
#92
tbrowder
opened
9 months ago
0
test files should not use 'lib'
#91
coke
opened
1 year ago
0
In README show how to get "to-json" keys sorted like "%h.keys.sort({.Numeric)"
#90
tbrowder
opened
1 year ago
1
standardize true/false formatting
#89
coke
closed
1 year ago
2
Tests
#88
coke
closed
1 year ago
0
Move immutable example back.
#87
coke
closed
1 year ago
1
Support jsonc (part 2)
#86
timo
closed
1 year ago
0
Add support for JSONC
#85
lizmat
closed
1 year ago
0
Don't know how to jsonify Complex
#84
markjreed
opened
1 year ago
3
Allow :sorted-keys(Callable) for more customization
#83
lizmat
closed
1 year ago
2
to-json: option to specify sort-comparison block for keys
#82
jaguart
closed
1 year ago
2
better error message
#81
wukgdu
closed
2 years ago
0
error when installing module
#80
brandonm78
opened
2 years ago
2
`zef install 'JSON::Fast:ver<0.16>:auth<cpan:TIMOTIMO>'` fails to install
#79
patrickbkr
closed
2 years ago
14
Add `:immutable` parameter to `from-json`
#78
lizmat
closed
2 years ago
4
It's all about Raku nowadays
#77
lizmat
closed
3 years ago
1
from-json: preserving order in objects/hashes
#76
gueriksson
opened
3 years ago
0
Weird testing error depending on the available testers
#75
JJ
closed
3 years ago
1
Need a good, practical user example in the README or in examples
#74
tbrowder
closed
1 year ago
3
jsonify Rational just like FatRat; jsonify other Real types via .Bridge
#73
japhb
closed
3 years ago
4
ArrayHash -> to-json -> Array of Pairs (of Hashes)
#72
gueriksson
closed
4 years ago
2
Stringification of a Buf is not done with 'Str'
#71
davehayes
opened
4 years ago
2
to-json routine is no longer escaping double quotes in hash keys
#70
thundergnat
closed
4 years ago
1
Some performance / testing tweaks
#69
lizmat
closed
4 years ago
0
Parse \b and \f escape sequences correctly
#68
akiym
closed
4 years ago
2
JSON::Fast can't roundtrip
#67
AlexDaniel
closed
4 years ago
1
Passes invalid JSON
#66
JJ
closed
1 year ago
4
Forces stringification on numeric keys.
#65
JJ
closed
4 years ago
1
JSON keys should always be in quotes
#64
JJ
closed
4 years ago
0
Fix precedende bug in Unicode escaping decode
#63
Altai-man
closed
5 years ago
0
Issues with unicode combiners (JSON::Fast is unable to roundtrip some unicode sequences)
#62
AlexDaniel
opened
5 years ago
2
Do you have direct JSON file reading or Josn file writing calls?
#61
ccworld1000
opened
5 years ago
0
:!pretty now inserts newlines
#60
jnthn
closed
5 years ago
1
Unpretty to-json does not need space after key
#59
lizmat
closed
5 years ago
0
Refactor to-json completely
#58
lizmat
closed
5 years ago
0
Refactered to json
#57
lizmat
closed
5 years ago
1
to-json/pretty: "\uD83C\uDDE9\uD83C\uDDEA" is not pretty
#56
dolmen
opened
5 years ago
2
to-json/pretty: empty line between brackets for {}
#55
dolmen
closed
1 year ago
2
Could JSON::Fast support multiple JSON objects?
#54
CurtTilmes
closed
5 years ago
1
Using @ sigils with from-json on arrays creates a nested array
#53
Kaiepi
closed
1 year ago
4
Fixes problem with enums (was: adds some benchmarks)
#52
JJ
closed
5 years ago
1
Minor code formatting changes
#51
AlexDaniel
closed
6 years ago
0
Rename Fast.pm → Fast.pm6
#50
AlexDaniel
closed
6 years ago
0
Add tests from JSONTestSuite
#49
Kaiepi
closed
6 years ago
5
build a little benchmark suite
#48
timo
opened
6 years ago
0
Adopt tests from "parsing json is a minefield" article
#47
timo
closed
6 years ago
1
Invitation to participate in the Bug Squash Day + Hacktoberfest
#46
JJ
closed
6 years ago
1
JSON::Fast is not fast enough!
#45
AlexDaniel
opened
6 years ago
1
Make hexdigits an array rather than a hash
#44
lizmat
closed
3 years ago
0
Streamline nom-ws
#43
lizmat
closed
6 years ago
1
Next