How can I find the number of current members total json file "members" using javascript (or jquery), given that "cccrEXP" is the club membership expiration date? Please note that a valid total of members ignores those with memberships that have expired.
JSON
var members =
[
{ "Name": "Ahmed, Jamshed", "cccrEXP": "2018.10.10" },
{ "Name": "Attaya, James J", "cccrEXP": "2019.1.12" },
]