Insomnia
p/insomnia
An application built with late night developers in mind
Yury Krutilin
BeerJSON — Free, JSON standard for the exchange of beer brewing recipes
Featured
3
Free, JSON standard for the exchange of beer brewing recipes. BeerJSON is a successor of BeerXML and is based on BeerXML 2 draft.
Replies
Yury Krutilin
BeerJSON is a brew data interchange format that is based on BeerXML 2.0 draft. Documentation is published here: https://beerjson.github.io/beerj... Schema definition files can be found here: https://github.com/beerjson/beer... Thanks to all contributors!
Kit Mackenzie
This is really neat! I've seen semi-automatic brewing systems before, is this designed to work with those kinds of professional setups?
Yury Krutilin
@kitmackenzie It depends on the brewing system and the software used in it. BeerJSON is a data-interchange format. So you can export recipe or brew session from one software product and import into another without data loss. Or you can describe ingredients such as malt, hop, or yeast in detail for further processing in software. The currently widely adopted BeerXML format is rather limited - not everything will be transferred. Also, JSON has cool validation features, and recipes or any ingredients in your software will be always valid.