bod
02/06/2021, 2:49 PMSerializer for this? (in particular, what SerialDescriptor can I use?) Thanks!bod
02/06/2021, 3:34 PMMap<String, JsonElement> for this.Nikky
02/07/2021, 4:03 PMJsonObjectbod
02/07/2021, 4:54 PMbod
02/07/2021, 4:56 PMMap<String, JsonElement> is the same as simply JsonObject since the keys of a json object are strings. Indeed! Good catch, thanks!