this was borrowed from the `kazoo` and `nsq` module json transformations
i think it makes the most sense in this module as I'd like to use the transformation
without loading the `kazoo` or `nsq` modules.
It can be very useful for parsing json data from pseudo-variables like $rb.
if this can be merged, I will deprecate the transformation in `nsq` and maintain this
code.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1404
-- Commit Summary --
* json: add transformation
-- File Changes --
M src/modules/json/doc/json_admin.xml (26)
M src/modules/json/json_funcs.c (283)
M src/modules/json/json_funcs.h (27)
M src/modules/json/json_mod.c (40)
A src/modules/json/json_trans.c (451)
A src/modules/json/json_trans.h (51)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1404.patch
https://github.com/kamailio/kamailio/pull/1404.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1404