import org.json.simple.JSONObject; JSONObject obj = new JSONObject(); obj.put("name", "foo"); obj.put("num", new Integer(100)); obj.put("balance", new Double(1000.21)); obj.put("is_vip", new Boolean(true)); System.out.print(obj);
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/6843f2b4-24ab-44c1-af40-214a6b10f4c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/79bedc89-d557-4c4c-8e21-e84fb7473904%40googlegroups.com.
Process Compilation error JSONParser cannot be resolved to a type JSONParser cannot be resolved to a type JSONObject cannot be resolved to a type JSONObject cannot be resolved to a type
Can you help me please?