]> 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:11 +0000 (12:34 -0600)
commitc0cdaf0246e27e90af29ff80b6008f792c1daf3f
treef0b39f94adebeb58561281c84c8c9400ac917d9d
parent087f25d3fd30c8a578beda6998d98d4cd5c29b3a
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]