Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
DayDrunk
Posts
Comments
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
ive fixed it though
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
yeah lol, i didnt read the text i was getting correctly
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
thank you for making me check lmao
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
well i guess i can make Rooms a string and just split it
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
i mightve not read it correctly, let me re-run it
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
but jsonConvert.Deserialize (i dont remember the full command lol) just crashes
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
tried making this class to hold the data
17 replies
C
C#
•
Created by DayDrunk on 5/4/2024 in
#help
Newtonsoft.Json json handling
internal class
RoomData
{
public
List
<
string
>
Rooms
{
get
;
set
; }
}
internal class
RoomData
{
public
List
<
string
>
Rooms
{
get
;
set
; }
}
17 replies