]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_json: Adds JSON_DECODE function
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 25 Oct 2021 21:19:49 +0000 (21:19 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 13 Dec 2021 18:34:04 +0000 (12:34 -0600)
commit0eaa214be98ce3787b435bbd290b67823268e105
treeec9ea69badf38a27e0cb017e9be1cfb288f7f8fc
parent33f0500359cfe7aec954fbb24b760335908e83d9
func_json: Adds JSON_DECODE function

Adds the JSON_DECODE function for parsing JSON in the
dialplan. JSON parsing already exists in the Asterisk
core and is used for many different things. This
function exposes the basic parsing capability to
the user in the dialplan, for instance, in conjunction
with CURL for using API responses.

ASTERISK-29706 #close

Change-Id: Iea60c49a7358dfdc2db60803cdc9a742f808ba2c
doc/CHANGES-staging/func_json.txt [new file with mode: 0644]
funcs/func_json.c [new file with mode: 0644]