adamritter / fastgron

High-performance JSON to GRON (greppable, flattened JSON) converter
MIT License
592 stars 10 forks source link

fastgron emits File not found for "https://api.github.com/repos/adamritter/fastgron/commits" #7

Closed ghost closed 1 year ago

ghost commented 1 year ago

// compare gron result with fastgron result

$ gron "https://api.github.com/repos/adamritter/fastgron/commits" | head -3 json = []; json[0] = {}; json[0].author = {};

$ fastgron "https://api.github.com/repos/adamritter/fastgron/commits"
File not found: https://api.github.com/repos/adamritter/fastgron/commits

adamritter commented 1 year ago

Thanks, it was a regression, fixed in 0.4.13