Fixed key issue

This commit is contained in:
Mike Farah
2023-05-30 11:58:41 +10:00
parent d17216de3f
commit f6c3fab309
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -131,7 +131,7 @@ will output
- p: a
isKey: false
tag: '!!map'
- p: a.c
- p: a.b
isKey: true
tag: '!!str'
- p: a.b
@@ -140,6 +140,9 @@ will output
- p: a.b.0
isKey: false
tag: '!!str'
- p: a.c
isKey: true
tag: '!!str'
- p: a.c
isKey: false
tag: '!!str'