Retrieve selected properties of node(s) in JSON with REST
Hi,
I am developing a custom application where I need to get some selected properties of node(s) in JSON format with REST API.
Has anyone came across this kind of requirement?
Can it be achieved with default implementaion of Apace sling within AEM or do I need to write some custom REST API's ?
I also looked at an alternative "GraphQL" an open source project by facebook, this also provide some promising features to retrieve selected properties of node(s) but need a second opinion on this.