GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/108
ANY23-378 clean commas in JSON-LD
Remove trailing commas from objects and arrays. Also replace semicolons
with commas (compare to gson's `JsonReader.setLenient()`).
mvn clean test -> all tests passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-378
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/108.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #108
----
commit aae21370e70715f82f7cc868b9a298f1178d0f80
Author: Hans <firedrake93@...>
Date: 2018-08-01T16:25:21Z
ANY23-378 clean commas in JSON-LD
----
---