Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 549 Bytes

File metadata and controls

24 lines (22 loc) · 549 Bytes

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"
  }
]