Tools for using JSONLD-Java
- Java-1.8+
- Maven-3
The JSONLD-Java Playground is a simple application which provides command line access to JSON-LD functions.
git clone [email protected]:jsonld-java/jsonld-java-tools.git
chmod +x ./jsonldplayground
run the following to get usage details:
./jsonldplayground --help
Authentication involves 5 options:
| Option | Description | 
|---|---|
| --username <user> | username for basic authentication | 
| [--password <pass>] | password for basic authentication, defaults to the value of the PASSWORDenvironment variable, if any, or the empty string. | 
| [--authHost <host>] | host scope of the authentication, defaults to 'localhost' | 
| [--authPort <port>] | port scope of the authentication, defaults to '443' | 
| [--insecure] | Similar to curl -korcurl --insecure: if unspecified, all SSL connections are secure by default; if specified, trust everything (do not use for production!) |