BoraBak

Results 6 issues of BoraBak

In case the properties file has a logical division of the configurations, I'd like to decode to several dedicated structs. **For example:** Given the following `config.properties` file ``` app.port=3000 db.host=127.0.0.1...

There isn't support to parse Turtle into JSON-LD as can be seen [here](https://github.com/piprate/json-gold/blob/33b90c4ca86c41ea5c28cfd1ea0a5fd314c91848/ld/serialize_turtle.go#L23). Is there a plan to support it? If yes, then when? Thanks in advance!

roadmap

Does this project enables to convert a rdf turtle (TTL file format) to a Golang struct? I.e. marshal & unmarshal to/from TTL/struct.

My input is a TTL file. The desired output are POJO's. Similar to how a json file is being parsed to pojo's.

Running the following command: ``` mvn exec:java -Dexec.args="convert \ --input.file /Users/bora/javaproj/rdf2x/src/main/resources/test/datasets/parserTest.ttl \ --output.target JSON \ --output.folder src/main/resources/test/datasets" ``` Throws the following exceptions: ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------<...

Hello, There's a problem (bug) in the current library code regarding the escpaction of special characters. I'm trying to parse a RDF literal (string) which has dobule slash: `"aaa\\bbb"`. As...