is there any JSON builder or validator for java to call Activiti Rest APIs?

cancel
Showing results for 
Search instead for 
Did you mean: 
vanaraja
Member II

is there any JSON builder or validator for java to call Activiti Rest APIs?

I am creating JSON data to activate process through API call in Java Application. But I couldn't able to validate the json before calling API. Please let me know if any to validate JSON and if any builder available to build JSON object for API calling in Java.

1 Reply
ssciacca
Active Member II

Re: is there any JSON builder or validator for java to call Activiti Rest APIs?

In alfresco repository you can use

  JSON-Java Library (package org.json)

Or

  Google JSON Library (package org.json.simple)

You can easily find online documentation.