Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Cyanox
Posts
Comments
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I'm changing the json format
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I'm just gonna make it an array
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
It's kinda pointless doing what I'm doing for my purposes
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Eh I might just make this an array and put the key in the obj
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Keys are dynamic
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I sent a sample of what I'm trying to parse above
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I know that, the
MyConfig
part is the part I'm struggling on
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Yeah
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I was thinking it'd be like
string, obj
kinda thing
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Assume that within a key there's potential for there to be more than 1 param
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Actually, even making a class, I'm not sure how I'd deserialize this
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I know how, I was just trying to see if there was an alternative
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I guess I'll make a class then
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Gotcha
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I've never used it before
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Why not?
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
One less thing to worry about
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Because why have another class when it's unneeded
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
Figured it out anyways,
Dictionary<string, dynamic>
did the trick
47 replies
C
C#
•
Created by Cyanox on 8/31/2022 in
#help
Parsing JSON
I didn't want to do that, ideally doing this without the need of that
47 replies