citeproc-hs and json (was flipflopping: two questions about the tests)

Andrea,

If you refer to pandoc/citeproc in general, I use bibtex and json,
handwritten, for input and darcs for revisions.

I’m having issues getting the json to work. Shouldn’t the following
example be OK?

{
“book” : {
“title”: “some title”
},
“article” : {
“title”: “some title”,
“container-title”: “some title”,
“volume”: “some title”,
“issue”: “some title”,
“pages”: “some title”,
“doi”: “some title”
}
}

Bruce