In the JSON response I received, there are multiple attributes with various values. Before proceeding with any operation, I need to filter out the data based on the "is_sync_enabled" attribute being set to true. After filtering, I only want to read and retrieve the values of the "field_name" attribute from the modified JSON data.
If anyone has suggestions on how to achieve this filtering process effectively, it would be greatly appreciated. Thank you.