lib/json/ld/api.rb in json-ld-3.1.5 vs lib/json/ld/api.rb in json-ld-3.1.6

- old
+ new

@@ -87,9 +87,11 @@ # @option options [Symbol] :library # One of :nokogiri or :rexml. If nil/unspecified uses :nokogiri if available, :rexml otherwise. # @option options [String] :processingMode # Processing mode, json-ld-1.0 or json-ld-1.1. # If `processingMode` is not specified, a mode of `json-ld-1.0` or `json-ld-1.1` is set, the context used for `expansion` or `compaction`. + # @option options [Boolean] rdfstar (false) + # support parsing JSON-LD* statement resources. # @option options [Boolean] :rename_bnodes (true) # Rename bnodes as part of expansion, or keep them the same. # @option options [Boolean] :unique_bnodes (false) # Use unique bnode identifiers, defaults to using the identifier which the node was originally initialized with (if any). # @option options [Symbol] :adapter used with MultiJson