feat: add "variant" type to json (#315)

* x

* x

* x
This commit is contained in:
LFC
2026-04-20 16:26:09 +08:00
committed by GitHub
parent 26a50f4069
commit 0de5437582
7 changed files with 306 additions and 43 deletions
+1
View File
@@ -100,6 +100,7 @@ message JsonValue {
string str = 5;
JsonList array = 6;
JsonObject object = 7;
bytes variant = 8;
}
}