cancel
Showing results for 
Search instead for 
Did you mean: 

JSON PARSER IN JAVA

Former Member
0 Kudos

Hi All

I need a JSON PARSER in JAVA for my project.

Do SAP has any ready made JSON PARSER or an Approved  third party Parser.

If yes then where can I find it

Thanks and Regards

Sudeep

Accepted Solutions (0)

Answers (1)

Answers (1)

jpenninkhof
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sudeep,

SAP doesn't have a ready made JSON parser in its packages, but there are plenty of very good open source libraries you could choose from.

If it is purely about JSON parsing, I would have a look a the Jackson JSON processor:

http://jackson.codehaus.org/

Cheers,

Jan