tdunning / open-json

Open JSON - a truly open source JSON implementation
Apache License 2.0
18 stars 18 forks source link

Bug 25425 - maprcli -json is broken with the new com.tdunning.json dependency #9

Closed ntirupattur closed 7 years ago

ntirupattur commented 7 years ago

Ted,

I added code to convert JSONStrings based on OutputNode's toJSONString() method and added a new JSONString interface. With this change we don't have to make any changes in mapr code base. Please take a look and let me know.

-Naveen