json_fast icon indicating copy to clipboard operation
json_fast copied to clipboard

a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny

Results 15 json_fast issues
Sort by recently updated
recently updated
newest added

causes double precomp on install and causes installation failure on windows. any test harness will provide '-I.' when running

So it seems like Complex should be in the list, but is there any way around this without modifying the code to JSON::Fast itself? The type handling appears to be...

Im trying to install this module on Ubuntu version 20 and getting the following error. Any help would be appreciated. :~/ronin/raku$ zef install https://github.com/timo/json_fast.git ===> Testing: JSON::Fast:ver:auth [JSON::Fast] Cannot resolve...

It would be really handy for many small modifications of large json files to be able to preserve the incoming order in the imported hashes to facilitate the following export...

I found this exception in my logs: ``` Died because of the exception: Stringification of a Buf is not done with 'Str'. The 'decode' method should be used to convert...

See https://colabti.org/irclogger/irclogger_log/perl6?date=2019-10-06#l401 And also probably https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2019-10-08#l287

Do you have direct JSON file reading or Josn file writing calls? I have a JSON file, I want to read the call directly, and I expect to write the...

_Pretty_ output is for humans. `"\uD83C\uDDE9\uD83C\uDDEA"` is _not_ pretty. What happens: ``` $ perl6 -MJSON::Fast -e 'say to-json "🇩🇪", :pretty' "\uD83C\uDDE9\uD83C\uDDEA" ``` Expected output: ```json "🇩🇪" ```