[winpr,json] add jansson support

* Split JSON implementations in separate files
* Simplify JSON detection
* Add jansson implementation
This commit is contained in:
Armin Novak
2025-09-25 12:32:23 +02:00
parent 5313eb403d
commit 8f8cd89f69
9 changed files with 1256 additions and 745 deletions

View File

@@ -27,7 +27,7 @@
/** @defgroup WINPR_JSON WinPR JSON wrapper
* @since version 3.6.0
* @brief Wrapper around cJSON or JSONC libraries
* @brief Wrapper around cJSON, JSONC or jansson libraries
* @{
*/