diff --git a/src/common/components/JsonEditor/JsonArray.vue b/src/common/components/JsonEditor/JsonArray.vue new file mode 100644 index 0000000..5e4123a --- /dev/null +++ b/src/common/components/JsonEditor/JsonArray.vue @@ -0,0 +1,70 @@ + + + \ No newline at end of file diff --git a/src/common/components/JsonEditor/JsonElement.vue b/src/common/components/JsonEditor/JsonElement.vue new file mode 100644 index 0000000..0221f65 --- /dev/null +++ b/src/common/components/JsonEditor/JsonElement.vue @@ -0,0 +1,77 @@ + + + \ No newline at end of file diff --git a/src/common/components/JsonEditor/JsonObject.vue b/src/common/components/JsonEditor/JsonObject.vue new file mode 100644 index 0000000..227411e --- /dev/null +++ b/src/common/components/JsonEditor/JsonObject.vue @@ -0,0 +1,70 @@ + + + \ No newline at end of file