Skip to content

Normalise JSON #2

@mhamilt

Description

@mhamilt

Get the JSON and geoJSON into a standard format and order

Something like

{
  "name": "200 Degrees Coffee",
  "location": "Heston House, Meadow Lane, Nottingham, NG2 3HE",
  "established":"2020-01-01",
  "closed":"2021-01-01",
  "open": true,
  "url": "https://www.coffee.com/",
  "social": {"twitter":"@coffee","facebook":"coffee"},
  "coord": [52.942, -1.1361]
}

"closed" should only have a date is "open" is false

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions