]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json.h: Add ast_json_object_real_get.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 16 Dec 2022 18:25:52 +0000 (18:25 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 4 Jan 2023 11:52:07 +0000 (05:52 -0600)
commit811584ded3fb482e8bfff1dc950ee756f80008c1
tree0bd7f902cc07fc356e3aae6da6f7583632fc1552
parent6dcb9080255b1adb932048a35f81a3a045a35646
json.h: Add ast_json_object_real_get.

json.h contains macros to get a string and an integer
from a JSON object. However, the macro to do this for
JSON reals is missing. This adds that.

ASTERISK-30361 #close

Change-Id: I8d0e28d763febf27b05801cdc83b73282aa6ee7a
include/asterisk/json.h