]> 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:13 +0000 (12:34 -0600)
commitd93a776476a9018561ff827f392dc479da50d485
treef108c89d90fd51adb0232167a0f9de4e091d91c1
parent828eb997b15a0b0b19bfb6dadcb516f5acc2f477
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]