Categories > Exploiting > Roblox >

Question | JSON in C#

Reallukeisbest

Realluke#2583

Posts: 60

Threads: 6

Joined: Jun, 2020

Reputation: 14

Posted

Hello! Im trying to create a hastebin generator but, hastebin returns json. Like so: {"key":"ajakegeleg"}. How do I remove the {"key":" part?

 

 

https://streamable.com/0p55x4

  • 0

👋 Hi! I'm Luke, a fullstack developer with a love for material design! If you would like to work with me, contact my discord (Realluke#2583) or visit my website (https://realluke.vercel.app/)

Posts: 91

Threads: 5

Joined: Aug, 2020

Reputation: 7

Replied

idictionary in c#

to convert json to idictionary you can use newtonsoftjson, or maybe microsoft has libs for it

  • 0

Hello, i'm TotallyNotWabz, and i'm not Wabz at all!

DM for key sys.

full time arch user

Posts: 149

Threads: 17

Joined: Jul, 2020

Reputation: 9

Replied

I recommend newtonsoftjson since it just makes more sense, but your question is if you can parse the string, yes. You can. But it's unreliable.

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )