react-jsonld

1.0.0 • Public • Published

reactjs-text-to-image

json-ld with ReactJS

Install

npm install react-jsonld

Example

import JsonLd from 'react-jsonld';
 
...
const data = {
  "@context": "http://json-ld.org/contexts/person.jsonld",
  "@id": "http://dbpedia.org/resource/John_Lennon",
  "name": "John Lennon",
  "born": "1940-10-09",
  "spouse": "http://dbpedia.org/resource/Cynthia_Lennon"
};
 
<JsonLd data={data} />
...
 

License

MIT

Donation Button

Donate

Readme

Keywords

Package Sidebar

Install

npm i react-jsonld

Weekly Downloads

18

Version

1.0.0

License

MIT

Unpacked Size

2.27 kB

Total Files

4

Last publish

Collaborators

  • null-none