|
|
|
|
|
by pjbk
1408 days ago
|
|
Whenever I need to use JSON in my projects I always check if I can use JSON5 instead. It really makes a difference to have a more user friendly format. My only gripe is when I use Python, the official JSON5 module is much, much slower than Python's JSON parser. I frequently end up translating the development JSON5 files to JSON files that go into the final runtime because of this. |
|
As long as we're clear that JSON5 never gets a .json extension, what is the problem?