summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/misc/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-7/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* Runtime/json, Runtime/initterm-r0drv-nt.cpp, Additions/VBoxGuest-win.cpp: Com...vboxsync2022-06-031-1/+1
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-2/+2
* RUntime/RTJson: Add parse from VFS file methodvboxsync2020-03-251-0/+42
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime/json: Plug small memory leak when parsing a JSON file failsvboxsync2019-03-141-1/+22
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* IPRT/json: Fixed handling of \t, \n, \r, \b, and \f escape sequences. bugref:...vboxsync2018-09-181-5/+5
* IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode U+0000, U+...vboxsync2018-09-101-6/+15
* IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap calls duri...vboxsync2018-09-101-1/+1
* IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap calls duri...vboxsync2018-09-101-60/+155
* IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. bugref:9167vboxsync2018-09-101-0/+1
* IPRT/json: Implemented support for parsing floating point values. bugref:9167vboxsync2018-09-021-10/+106
* IPRT/json: don't check the handle twice. bugref:9167vboxsync2018-08-311-9/+5
* Runtime/json.cpp: Fix handling negative numbersvboxsync2018-08-301-1/+8
* IPRT/json: Made the json parser report error info. Currently we're failing t...vboxsync2018-08-301-39/+64
* IPRT/rest: Fixed empty array & map handling by making the begin iteration fun...vboxsync2018-08-301-2/+6
* IPRT/rest: Added RTJsonIteratorBeginArray and RTJsonIteratorBeginObject for m...vboxsync2018-08-291-9/+34
* IPRT/rest: Implemented parsing json response bodies. bugref:9167vboxsync2018-08-281-0/+4
* RTJson: Added RTJsonValueTypeName and did some internal macro cleanups in the...vboxsync2018-08-241-23/+41
* Runtime/RTJson: Promote type assertions In query functions to alwaysvboxsync2018-08-101-21/+50
* Runtime/RTJson: Some error checking addendums to r123506 (bugref:9188)vboxsync2018-07-071-8/+20
* Runtime/RTJson: Parse strings exceeding 4KB correctly (would throw an error b...vboxsync2018-07-071-20/+50
* Runtime/json: Plug small memory leak in out of memory error conditionvboxsync2017-10-301-0/+4
* (C) yearvboxsync2017-10-171-1/+1
* scm: cleaning up todosvboxsync2016-08-161-2/+2
* IPRT: Mark unused parameters.vboxsync2016-07-261-13/+8
* IPRT: scmvboxsync2016-07-221-1/+3
* json.cpp: You won't normally ever use the 'asz' HN prefix. Removed several un...vboxsync2016-07-221-28/+26
* Runtime/RTJson: Fix review todosvboxsync2016-07-051-17/+17
* doxygen fixesvboxsync2016-06-201-3/+4
* Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in mangling.hvboxsync2016-06-171-0/+54
* Runtime/RTJson: Enhance testcase and two fixesvboxsync2016-06-161-2/+4
* Runtime/RTJson: Fixes, updates to the testcasevboxsync2016-06-151-5/+17
* Runtime/JSON: Fixes and start on a testcasevboxsync2016-06-151-16/+103
* build fixvboxsync2016-06-151-6/+6
* build fixvboxsync2016-06-151-1/+1
* build fixvboxsync2016-06-151-1/+1
* Runtime/RTJson: Updatesvboxsync2016-06-151-24/+282
* build fixvboxsync2016-06-141-4/+4
* propertiesvboxsync2016-06-141-0/+1083