We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9c153 commit 5c9490eCopy full SHA for 5c9490e
proto/fbe_json.h
@@ -953,7 +953,7 @@ struct ChildNodeReader
953
return false;
954
955
// Deserialize the child object
956
- return FBE::JSON::from_json(member->value.GetObject(), value);
+ return FBE::JSON::from_json(member->value.GetObj(), value);
957
}
958
};
959
source/generator_cpp.cpp
@@ -6277,7 +6277,7 @@ struct ChildNodeReader
6277
6278
6279
6280
6281
6282
6283
0 commit comments