Challeges - JSON Processing - C#
⚙️ The Parsing Challenge
Receive a JSON containing names and scores as strings. Clean the data and return only valid users (score between 0 and 100).
[
{"name": " Alice ", "score": "295"},
{"na
andreecirillo.hashnode.dev6 min read