cancel
Showing results for 
Search instead for 
Did you mean: 

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

vanaraja
Champ in-the-making
Champ in-the-making

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 1

ssciacca
Confirmed Champ
Confirmed Champ

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.