Here's the scenario - you have a JSON object in your browser and let it have a Boolean property called "Active". We want to create a new JSON object containing only elements that have Active = True. Is there an easy way to do this other than loop through the entire JSON object?
I'm basically trying to use ASP.Net AJAX Templates to display a list of items that can be active or inactive, based on the drop down list that the user selects.
source
share