json5pp icon indicating copy to clipboard operation
json5pp copied to clipboard

JSON (ECMA-404 and JSON5) parser & stringifier for C++11

Results 3 json5pp issues
Sort by recently updated
recently updated
newest added

With the latest commit I observed the following warnings when compiling code with `-Wall -Wextra`, which is the default warning level I currently use on my projects. 1. Some null-related...

It seems json5pp can't be used with int64_t (long in Linux, long long in Windows) by default, generating this error: `error: conversion from ‘int64_t’ {aka ‘long int’} to ‘const json5pp::value’...

Required for `std::uint32_t` etc. Fixes build on Fedora 38.