Skip to content

An ever growing list of well-defined JSON data sets.

License

Notifications You must be signed in to change notification settings

fboes/json-borne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-borne

Why invent a new JSON structure for your application if there are already tons of well-documented and interoperable JSON data structures? This repository is an ever growing list of well-defined JSON data sets.

Why do we need well-defined JSON data sets?

JSON ist not only about storing your data. It is also about communication. Javascript in browsers can directly parse JSON, and JSON offered via REST-APIs can be parsed by almost any programming language effortlessly. Using the same data structure for the same type of content allows you to have your data interoperable with another service you might not yet have thought of.

General conversions & validation

Schema

Data formats

Syndication

  • JSONFeed is a format similar to RSS and Atom but in JSON. It reflects the lessons learned from years of work reading and publishing feeds.
  • JSON-RSS as proposed by Dave Winer himself converts the true and trusted RSS into JSON. Currently there is no service out there to digest this information, but it is a convenient way to offer your published articles via REST-API. There is also a live example for JSON-RSS and a JSON-RSS schema.
  • JSON-Sitemap tries to output XML-Sitemaps in JSON. This may be useful to have a list of all URLs in a given domain.
  • Slack Message-API with Slack Message-Builder

Articles

Calendar & Events

  • ICS-JSON is a simple conversion of the ICS calendar format to JSON. All property keys are converted into lowercases. For everything else the structure is kept.
  • JSON-LD for Events

Geolocation and places

Messaging

Contributing

I am happy to merge your contributions to this repository.

Legal stuff

Author: Frank Boës

Copyright & license: See LICENSE.txt

About

An ever growing list of well-defined JSON data sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published