/*
* NAppGUI Cross-platform C SDK
* 2015-2025 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: encode.hxx
* https://nappgui.com/en/encode/encode.html
*
*/
/* encode library */
typedef struct _url_t Url;
typedef struct _json_t Json;
typedef struct _jsonopts_t JsonOpts;
;