filtering model.json keys without special characters
Hi,
Is there any way to filter/sanitise the keys returned form the model.json.
Currently it is returning keys as :item :title.
Is there any way to remove special character?
Hi,
Is there any way to filter/sanitise the keys returned form the model.json.
Currently it is returning keys as :item :title.
Is there any way to remove special character?
Hi @sravanthib39626 ,
There is no default OOTB feature to sanitise it by default.
Any of the below option you can go with :
1. Overlay the OOTB implemention which is responsible for constructing the json.
2. You can control the values when you are trying to display.
Just curious to understand why we are trying to sanitise.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.