Closed
Description
General question with a few examples:
- json schema
- alternative encodings such as bson or json5 (ability to swap encoder/decoder)
- using multi-precision numbers
But on a grander level - what is the scope of nlohmann/json ? Is it to only support base json? Is it to support base json but make it easy to use weird crap? Or hard to use the above (at the benefit of keeping code easier to work with) without maintaining fork? If answer for these is fork may I suggest making a json organization so that forks could be all in one place- could be a potentially nicer namespace than the seemingly random nlohmann namespace 👯