Saltar al contenido principal

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?

Comentarios

1 comentario

  • 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.  

     

Iniciar sesión para dejar un comentario.