I am looking for a quick and easy way to convert large JSON objects into a text file into a C # object notation for a company project. I would prefer an online solution (similar to jsbeautifier.org) that will take my code, parse it and return an object with formatting in C #.
Are there any tools (preferably online) that will do this? I hope not to do this manually, but it may take a while for the script to write, which I donβt have right now. (I'm not too good at calling C # library.)
Thanks!
source share