Updates to Ruby JSON-LD gem for framing and meta-release including preloaded contexts

The JSON-LD gem was updated for general performance improvements and to support preloaded contexts. Preloading contexts can substantially reduce processing time, at the expense of freezing the version of these contexts when the code is built.

Additional changes to improve framing support to match jsonld.js are also available.

To use preloaded contexts, require the json-ld-preloaded gem (require ‘json/ld/preloaded’). In addition to schema.org, this includes other contexts referenced in https://github.com/json-ld/json-ld.org/wiki/existing-contexts.

Note that the minimum Ruby version supported is now 2.2.2.

Gregg Kellogg
gregg@greggkellogg.net

Received on Sunday, 14 August 2016 19:06:28 UTC