Pyson, something between JSON and Python
ehremo.blogspot.com
Pyson, something between JSON and Python
1–2 of 2 posts
Re: Pyson, something between JSON and Python
#2We have a lot of config files written in Python syntax for miscellaneous in-house tools.
Recently, we began writing Go programs. To inter-operate with Python programs, we need to invent a way to read/parse config files written in Python.
Pyson may help us.