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

Do you have direct JSON file reading or Josn file writing calls? #61

Open ccworld1000 opened 5 years ago

ccworld1000 commented 5 years ago

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 JSON file directly in the future.

fg