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
- Host: GitHub
- URL: https://github.com/moul/pycodec
- Owner: moul
- License: other
- Created: 2017-11-28T10:25:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T07:33:12.000Z (over 6 years ago)
- Last Synced: 2025-02-04T16:19:31.087Z (11 months ago)
- Topics: encoding, golang, marshaller, python
- Language: Go
- Homepage: https://godoc.org/github.com/moul/pycodec
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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