https://github.com/kabaluyot/gojson
Simple JSON Encoder To Preserve String Key-Value Pair
https://github.com/kabaluyot/gojson
go golang json map
Last synced: 6 months ago
JSON representation
Simple JSON Encoder To Preserve String Key-Value Pair
- Host: GitHub
- URL: https://github.com/kabaluyot/gojson
- Owner: kabaluyot
- Created: 2019-06-26T07:18:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T13:54:51.000Z (about 6 years ago)
- Last Synced: 2024-06-20T07:58:15.386Z (about 2 years ago)
- Topics: go, golang, json, map
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple JSON Encoder To Preserve String Key-Value Pair
This allows encoding json preserving the keys.
### Notice
> This package prints in key-value pair (string).
See examples/ and run test file.