简体   繁体   中英

JSON-LD to HTML template engine

Is there any template engine which I could use to convert a JSON-LD response into HTML using javascript in the browser (or with nodejs)?

I know of SPARQL Web Pages and SPARQL Template Transformation Language . They appear to be monumental standards, which will never be implemented on any language. (At least I did not find any implementation of them.)

The closest I have found is Jassa , which is surely not production ready, or even close to it (33% coverage).

Anything else worth mentioning?

Using the Ruby JSON-LD and rdf-rdfa gems you can turn JSON-LD into RDF and serials to HTML, which uses a customizable Haml template. This is used in rdf.greggkellogg.net and linter.structured-data.org.

The other strategy is to just use it as JSON and use a regular templating engine. The earl gem does this, for example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM