You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by HansBrende <gi...@git.apache.org> on 2018/08/01 16:34:46 UTC

[GitHub] any23 pull request #108: ANY23-378 clean commas in JSON-LD

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 <fi...@...>
Date:   2018-08-01T16:25:21Z

    ANY23-378 clean commas in JSON-LD

----


---

[GitHub] any23 pull request #108: ANY23-378 clean commas in JSON-LD

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/any23/pull/108


---