An open API service indexing awesome lists of open source software.

https://github.com/moul/pycodec

Python repr encoding in Golang
https://github.com/moul/pycodec

encoding golang marshaller python

Last synced: 9 months ago
JSON representation

Python repr encoding in Golang

Awesome Lists containing this project

README

          

# pycodec

Port of the Golang's [json library](https://github.com/golang/go/tree/master/src/encoding/json) for the [Python `repr()`](https://docs.python.org/3/library/functions.html#repr) format.

The majority of this code was vastly derived from Go Authors: https://github.com/golang/go/tree/master/src/encoding/json