Service Virtualization

I am looking for a solution to format database table (matched row) into formatted JSON ?

  • 1.  I am looking for a solution to format database table (matched row) into formatted JSON ?

    Posted Mar 19, 2018 02:49 PM

    Right now we have all our response data stored in a SQL table and are using a SQL Stored Procedure

    to format the data into JSON and send that response to DevTest.

     

    I am looking for a solution to format database table (matched row) into formatted JSON ?

    That way we don’t have to have SQL Server handle the formatting process.