]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 3 Jan 2023 17:59:08 +0000 (11:59 -0600)
commitfb8ee4f14a60e8ed45146d74c481c2f703d6d25a
tree75bfab0cce1b2bb502fca073f23841d6c8a1280f
parent82d5239bcbb71232f926be7149cd4592af48723d
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