Description
Currently, the value for the datasets and the projects is not JSON serializable.
For e.g, the datasets field value is :- "[test_dataset_1]".
If the value needs to be converted to a JSON obj for parsing, it will result in an error.
The value needs to be "[\"test_dataset_1\"]".
This change is required for RANGER-4536.
Review request available at :- https://reviews.apache.org/r/74856/
Thank you