Skip to content

ptrkrlsrd/json-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Structure CLI

Go

TODO

  • Write tests
  • Switch to Cobra

Example

Note: The output is a not 100% valid JSON. I might optimize this or another format at a later stage.

[
  {
    "winery": "string",
    "wine": "string",
    "rating": {
      "average": "string",
      "reviews": "string"
    },
    "location": "string",
    "image": "string",
    "id": "number"
  }
]

About

A CLI tool to show the structure of JSON (from stdin / file input)

Resources

Stars

Watchers

Forks

Languages