We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f057c75 + e5dc5bf commit 1caa8bdCopy full SHA for 1caa8bd
1 file changed
include/vix/json/json.hpp
@@ -49,6 +49,7 @@ namespace vix::json
49
{
50
/// Alias principal vers `nlohmann::json`, pour compatibilité complète.
51
using Json = nlohmann::json;
52
+ using OrderedJson = nlohmann::ordered_json;
53
54
/**
55
* @brief Create an empty JSON object.
0 commit comments