Inside Activate
Development
How do I replace NewtonSoft.Json with System.Text.
1 min
activate recommends migrating from newtonsoft json to system text json when upgrading to v8 this article will detail how to convert scripts replace import of newtonsoft json with system text json remove using newtonsoft json and other namespaces add the following using statements at the top of your script using system text json; using system text json nodes; using system text json serialization; make the following class replacements jobject with jsonobject jarray with jsonarray jtoken with jsonnode jsonconvert serializeobject with jsonserializer serialize