Example:
RIS.toCSLJSON(`
TY - JOUR
TI - Foobar
ER -
`)
//=> [{"type": "article-journal", "title": "Foobar"}]
RIS.fromCSLJSON([{"type": "article-journal", "title": "Foobar"}]);
//=> `TY - JOUR
//=> TI - Foobar
//=> ER -`
Why?
CSL JSON has become a de facto standard for CSL processors input. This feature is potentially useful.
Notes
Example:
Why?
CSL JSON has become a de facto standard for CSL processors input. This feature is potentially useful.
Notes