]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_json: Fix JSON parsing issues.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 26 Feb 2023 15:40:15 +0000 (15:40 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 16 Mar 2023 15:42:09 +0000 (10:42 -0500)
commit595fe0f1cc7e7b2800d5bfeafe6bc3759889cd50
tree680d411fab80c0efcd7ae4d6939334ef4726262b
parent48e3da5cdf70a5d9cd28eea87ffacb0b778f6b45
func_json: Fix JSON parsing issues.

Fix issue with returning empty instead of dumping
the JSON string when recursing.

Also adds a unit test to capture this fix.

ASTERISK-30441 #close

Change-Id: If0bde9f3fe84f7af485e0838205cc21e0f752a85
funcs/func_json.c