Skip to content

toCSLJSON / fromCSLJSON #46

@customcommander

Description

@customcommander

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions