Answer the question
In order to leave comments, you need to log in
How to add objects and arrays to Json through different loops in c#?
For me, Json c# is a new topic (
Here is my json structure:
{
"ArrayDir":[+
"8ADEC9BCFC11D084C5D216F97135F437|1",
"8ADEC9BCFC11D084C5D216F97135F437|2",
"8ADEC9BCFC11D084C5D216F97135F437|3"
],
"DirInfo":{@
"8ADEC9BCFC11D084C5D216F97135F437|1":{@
"UserList":[+
"76561199139107522|1",
"76561199139107522|2",
"76561199139107522|3"
],
"User":{@
"76561199139107522|1":{@
"InventoryStatus":{@
"STATUS":true,
"GameCSGO":true,
"GameDOTA":true,
"GameRUST":true
},
"InventoryList":{
"CSGO":[+
"Кейс <Решающий момент>",
"Кейс <Решающий момент>",
"Кейс <Решающий момент>"
],
"DOTA":[+
"Кейс <Решающий момент>",
"Кейс <Решающий момент>",
"Кейс <Решающий момент>"
],
"RUST":[+
"Кейс <Решающий момент>",
"Кейс <Решающий момент>",
"Кейс <Решающий момент>"
]
},
"InventoryMoney":{@
"CSGO":"1000.00",
"DOTA":"1000.00",
"RUST":"1000.00"
}
}=
}
}=
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question