|
|
|
|
|
by polymonster
2381 days ago
|
|
This project came about because we were using json a lot for it’s for simplicity and also widespread support in languages and tools we were using. We started hand editing a lot and making more mistakes, but we have a lot of code generated json from build pipelines and use json with a number of different libraries in different tools already so didn’t really want to switch to yaml or toml. Jsn is not meant to replace json, we are still using json a lot natively, we just can write config files more easily and jsn spits out fully compliant json for you, or you can use a python dict the same as json. Jsn does not have a serializer, once it has been parsed it is json. |
|