python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to serialize/deserialize (json) a class that has an attribute that's an interface
I'd like to serialize/deserialize (json) a class that contains an attribute that is an interface, but the underlying class doesn't have any attributes. The below is my most simplified case and my best...
nanotek
Votes: 0
Answers: 2
Deserialize JSON with multiple (nested) unknown keys
I have the following Json that i would like to deserialize into classes. Basically the most outer key is dynamic, can be id1 upto id(x). The innerid is also dynamic (innerid1 to innerid(x)). The only ...
WMM
Votes: 0
Answers: 0
ktor dynamic keys serialization and json preprosesing
Is there anyway in Ktor to alter a json before deserialization process? In the example below there is a json with dynamic keys in which i need to remove the "token" key as it is of a string ...
jorgebo10
Votes: 0
Answers: 1
How to parse this json dynamically with GSON in Java
I have the following JSON:
{
"BTC": {
"full_name": "Bitcoin TST",
"payin_enabled": true,
"payout_enabled": true,
...
Craftoncu
Votes: 0
Answers: 1