1#ifndef YAZE_APP_EDITOR_LAYOUT_LAYOUT_DESIGNER_DOCK_TREE_JSON_H_
2#define YAZE_APP_EDITOR_LAYOUT_LAYOUT_DESIGNER_DOCK_TREE_JSON_H_
4#include "absl/status/statusor.h"
6#include "nlohmann/json.hpp"
10namespace layout_designer {
absl::StatusOr< DockTree > DockTreeFromJson(const nlohmann::json &j)
nlohmann::json DockTreeToJson(const DockTree &tree)