reactjs-text-to-image
json-ld with ReactJS
Install
npm install react-jsonld
Example
; ...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