2.05 json doc from xxx.json.tsv | 从 键名.tsv 中读取 json 的字典注释 fixed #13

This commit is contained in:
林万程
2022-10-30 19:42:08 +08:00
parent c6318f88a2
commit 33a2f127c1
12 changed files with 56 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
0 should_not_show_this
1 dict_1
1 0 should_not_show_this
2 1 dict_1

View File

@@ -3,7 +3,8 @@
{
"nestedClass2": {
"a": "",
"dict": 0
"dict": 0,
"extKey": 0
}
},
[

View File

@@ -3,5 +3,6 @@
"str": "",
"date": "2022-03-04 21:34:01",
"bool": false,
"dict": 0
"dict": 0,
"extKey": 0
}

View File

@@ -1,2 +1 @@
0 dict_0
1 dict_1
0 dict_0
1 0 dict_0
1 dict_1

View File

@@ -0,0 +1 @@
extKey ext doc
1 extKey ext doc

View File

@@ -3,7 +3,8 @@
{
"nestedClass2": {
"a": "",
"dict": 0
"dict": 0,
"extKey": 0
}
},
{

View File

@@ -2,7 +2,8 @@
"nestedClass": {
"nestedClass2": {
"a": "",
"dict": 0
"dict": 0,
"extKey": 0
},
"dict": 1
}