Fix issue that occurs with naming when proto is double nested (#21)

This commit is contained in:
Adam Ehlers Nyholm Thomsen
2020-04-15 06:10:43 +02:00
committed by GitHub
parent 04a2fcd3eb
commit 36a14026d8
3 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
{
"root": {
"name": "double-nested",
"parent": {
"child": [{"foo": "hello"}],
"enumChild": ["A"],
"rootParentChild": [{"a": "hello"}],
"bar": true
}
}
}