Skip to content

arthurkiller/JSON-to-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages