Hi All,
Am using JANSSON module to parse the JSON object I receive.
I tried using JSON module of kamailio. Since its giving error in loading the module due to error"libjson-c.so.3: cannot open shared object file: No such file or directory", I went ahead to use JANSSON module.
JANSSON module is parsing the single JSON object perfectly. But not parsing the multiple JSON objects.
JSON object am trying to parse:
$avp(result1)= "[{"origin":"125.16.231.74","Dest":"725.76.731.77"},{"origin":"225.26.231.24","Dest":"225.26.231.27"}]"
JANSSON API used: jansson_get("origin", "$avp(result1)", "$var(origin)");
Any suggestions will be really helpful.
Thanks,
Vivek