compact_json_ld {csvwr}R Documentation

Compact objects to values

Description

Follows the rules for JSON-LD to JSON conversion set out in the csv2json standard.

Usage

compact_json_ld(value)

Arguments

value

an element from a list (could be a vector or another list)

Value

A compacted value.


[Package csvwr version 0.1.7 Index]