Liferay give you JSON web services for its entities like groups, organization etc . You can see all those services by this URL http://localhost:8080/api/jsonws .
But today we will create our own Entity like Student and access the methods by URLs and get JSON response. So Lets start this step by step:-