mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-07 22:40:52 +01:00
The amalgated sources are generated by concatenating JsonCpp source in the correct order and defining macro JSON_IS_AMALGATED to prevent inclusion of other headers. Sources and header has been modified to prevent any inclusion when this macro is defined. The script amalgate.py handle the generation.