IBMStreams / streamsx.json

Toolkit for working with JSON in SPL applications.
http://ibmstreams.github.io/streamsx.json/
Other
3 stars 19 forks source link

Provide ability to use Gson with the JSON operators #45

Closed chanskw closed 4 years ago

chanskw commented 8 years ago

The JSON operators use JSON4J to convert Json to tuples and vice versa.

User would like the ability to use a different library to do this parsing. For example, GSON from Google.

Need to provide ability to allow user to configure which library to use.

rnostream commented 4 years ago

Close this as it is no more actual.