mirror of
https://github.com/nlohmann/json.git
synced 2026-03-15 21:45:59 +00:00
Clean up and document project files (#4560)
This commit is contained in:
@@ -136,7 +136,8 @@ Enable CI build targets. The exact targets are used during the several CI steps
|
||||
Enable [extended diagnostic messages](../home/exceptions.md#extended-diagnostic-messages) by defining macro [`JSON_DIAGNOSTICS`](../api/macros/json_diagnostics.md). This option is `OFF` by default.
|
||||
|
||||
### `JSON_Diagnostic_Positions`
|
||||
Enable position diagnostics by defining macro [`JSON_DIAGNOSTIC_POSITIONS`](../api/macros/json_diagnostic_positions.md). This option is off by default.
|
||||
|
||||
Enable position diagnostics by defining macro [`JSON_DIAGNOSTIC_POSITIONS`](../api/macros/json_diagnostic_positions.md). This option is `OFF` by default.
|
||||
|
||||
### `JSON_DisableEnumSerialization`
|
||||
|
||||
@@ -160,6 +161,10 @@ Enable implicit conversions by defining macro [`JSON_USE_IMPLICIT_CONVERSIONS`](
|
||||
|
||||
Install CMake targets during install step. This option is `ON` by default if the library's CMake project is the top project.
|
||||
|
||||
### `JSON_LegacyDiscardedValueComparison`
|
||||
|
||||
Enable the (incorrect) legacy comparison behavior of discarded JSON values by defining macro [`JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON`](../api/macros/json_use_legacy_discarded_value_comparison.md). This option is `OFF` by default.
|
||||
|
||||
### `JSON_MultipleHeaders`
|
||||
|
||||
Use non-amalgamated version of the library. This option is `OFF` by default.
|
||||
|
||||
Reference in New Issue
Block a user