summaryrefslogtreecommitdiff
path: root/common/JsonUtil.hpp
AgeCommit message (Collapse)AuthorFilesLines
2018-10-16wsd: don't warn on missing jsonAshod Nakashian1-2/+2
Change-Id: I28086152fbf9fc82ddead1a2feb80f21ffdcd208 (cherry picked from commit 7b48be5a9dde4fcec01b8804559ffa4f9c19d53c)
2018-03-19common: mark parseJSON() as inline explicitlyMiklos Vajna1-1/+1
Otherwise this can lead to an ODR violation. Change-Id: I1b195cb57d37a050755d7d3f6c922950ef8738c4
2018-02-23wsd: improved wopi info parsingAshod Nakashian1-0/+146
Better logging during wopi info parsing, especially upon failures. Refactored the code from Storage.cpp into JsonUtil.hpp. Minor optimizations. Add unit-tests for the parsing logic. Change-Id: Ifebc3f6b7030a6c7b3b399786633f6b5e8737478 Reviewed-on: https://gerrit.libreoffice.org/49927 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>