How to serialize nested classes to semi-flat JSON object? #1859
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
I'm trying to serialize my objects. They look like this (overly simplified):
I'm trying to create a JSON object like this:
I have functions like this:
I'd like to have a single object with keys: "Aa", "Ab", "Ba", "Bb". Instead I get an array of two objects:
Please help me know what I'm doing wrong.
Describe which system (OS, compiler) you are using.
LLVM 3.8.1
Describe which version of the library you are using (release version, develop branch).
Fairly recent from master branch.
The text was updated successfully, but these errors were encountered: