Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nak3/jvmap


https://github.com/nak3/jvmap

Last synced: 30 days ago
JSON representation

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.