Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nak3/jvmap
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nak3/jvmap
- Owner: nak3
- License: apache-2.0
- Created: 2015-11-23T04:39:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T14:56:25.000Z (about 9 years ago)
- Last Synced: 2024-10-14T11:18:19.869Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jvmap
==================
jvmap makes value map(s) list by search key under the value of rootKey.Install
----------
~~~
go get github.com/nak3/jvmap
~~~Usage
---Why jvmap?
---
The key-value data in JSON are not only one place and sometimes they are in the unknown depth. For example, the value of `tokyo` key in this JSON [example](./test/test1.json) is a little hard to get.
`jvmap` makes easy to get them.