arthurkiller / JSON-to-map

convert json to a go map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-to-map Build StatusGo Report Card

Convert the json into a string <---> string map

the key can be set into multi-prefix style to make sure if there get some keys in the same.

    "Subtree":{"Redis":{"Masters":

will be transfer into this key:

    Subtree-Redis-Master  <----->  [value]...

TODO

add more type support just like the struct & file ...

About

convert json to a go map

License:MIT License


Languages

Language:Go 100.0%