Using UFFI to process JSON files. How do I add 'using System.Text.Json'. I assume a DLL - where to put it. Alternative is to use using System.Newtonsoft.Json;. Same question how to get installed for use in UFFI?
Do you have an example script for a UFFI that converts JSON files? Doesn't matter which document is being processed. I just need the 'using System.xxx.Json that is required and how to get it installed so it can be used in the C# code.
0
-
I found the answer to my question. You can download the Newtonsoft.json dll. Then when inside the UFFI and 'editing', you can 'Add Assembly' and point to the downloaded dll.
Please sign in to leave a comment.
Comments
1 comment