Hymn to Beauty
C++ 3D Engine
Json.hpp File Reference
#include <json/json.h>
#include <imgui.h>

Go to the source code of this file.

Namespaces

namespace  Json
 

Functions

Value Json::SaveImVec2 (const ImVec2 &value)
 Convert an ImVec2 to a JSON node. More...
 
ImVec2 Json::LoadImVec2 (const Value &value)
 Load an ImVec2 from a JSON node. More...
 
Value Json::SaveImVec4 (const ImVec4 &value)
 Convert an ImVec4 to a JSON node. More...
 
ImVec4 Json::LoadImVec4 (const Value &value)
 Load an ImVec4 from a JSON node. More...