PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

JSON parser

Hi, Can someone help me with sample of people code JSON parser for the below response from web service?

I would like to add item1,item2,item3,item4 to custom record after parsing

{

  "items": [

    {

      "item1": "100000",

      "item2": "200000",

      "item3": "SSS",

      "item4": "TESTING"       

    },

    {

       "item1": "100001",

      "item2": "200001",

      "item3": "SSD",

      "item4": "TESTER"  

    }

 ],

  "success": true,

  "errorMessage": null

}

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center