Wednesday 1 April 2015

Creation of JSON Data in SAP UI5

JSON Creation:

{

"ProductCollection":[
            {
                "name":"saleem",
                "id":1
               
            },
           
            {
            "name":"Ratna",
            "id":2
            }

            ]
}

Note - "ProductCollection" is called an Entity

No comments:

Post a Comment