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?

Don Maes

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.

Comentarios

1 comentario

  • Comment author
    Don Maes

    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.  

     

    0

Iniciar sesión para dejar un comentario.