Layer7 API Management

  • 1.  Output JSON values without a loop

    Posted Aug 10, 2016 02:57 AM


    Hi ,

     

    Is there a way to output the JSON values in a single shot , without relying on loop? The number of key-value pairs can vary. I just need the all the values.

     

    Geethu



  • 2.  Re: Output JSON values without a loop

    Posted Sep 01, 2016 04:28 PM

    Can you provide more information? What exactly are you trying to do?



  • 3.  Re: Output JSON values without a loop
    Best Answer

    Broadcom Employee
    Posted Sep 02, 2016 01:09 AM

    You may think of transfer json to xml, and then use xslt to get expected output.

    Or, regex could also meet your need,