44
44
CC#
Created by 44 on 7/4/2023 in #help
❔ Newtonsoft json parse while ignoring issues
Hi all, sorry if I am an idiot but is there a way to make newtonsoft import broken json, and import what it can? Right now my json somethimes is cut off but is still usable after adding the right brackets.
9 replies
CC#
Created by 44 on 5/8/2023 in #help
❔ Newtonsoft json own read write method
Hi there I want to serialized my struct to a json file and add support so specific types / field use my own method so these get serialized using a string and later de serialized using the same string so I can use a find method for this string. Does anyone know a way of doing this? Thanks!
4 replies