]> 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:23 +0000 (05:52 -0600)
commit3b3fef2347ffa2e64f7f1dc57348d0f4b100aeba
treef7ba18688b75fa2f6e69078dfb4206724a9722e0
parent7b8f7428da47456b42a8f33d2fa197e4a336bb4a
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