OCaml library for JSONfeed parsing and creation
at v1.1.0 189 B view raw
1{ 2 "version": "https://jsonfeed.org/version/1.1", 3 "title": "Feed with Extensions", 4 "items": [], 5 "_custom_field": "custom value", 6 "_another_extension": { 7 "nested": "data" 8 } 9}