Live data from Hacker News

Pyson, something between JSON and Python

ehremo.blogspot.com

1–2 of 2 posts

Re: Pyson, something between JSON and Python

#2
We 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.