Memory Limit
I have some large files, ~1GB that I want to lint. Do you have a suggestion on how to bump up memory limits for the jsonlint tool? I've tried cat myfile.json | jsonlint.
Hello, I do have the same problem actually, did you find any issue my friend ? Thank you.
@SkyLax I can't remember what I ended up doing. I may have set up some sort of batch process.
Hi @claytron5000, I made a small bash script that include command line split to split in in multiple files and add command line sed to add bracket at the beginning and end of file to make it valid, it works.
But I'm still wondering about someone finding out the issue for the package itself.
Thanks anyway