NETCONF uses XML for encoding.
I'm not aware of an option on cisco platforms to tell NETCONF to accept or produce JSON-encoded payloads.
That being said you can easily convert XML to JSON. If you're using Python the json & xmltodict libraries will help you.