Before moving on, let's quickly test the Component: hit F5 and type the following URL into the browser's address bar: https://localhost:44334/api/Countries/?pageIndex=0&pageSize=2.
As soon as we hit Enter, we should be able to see the following interface:
It seems like it's all g... Hey, wait a minute: what's up with those isO2 and isO3 property names? They shouldn't be capitalized like that!
In order to understand what happened there, we need to take a step back and acknowledge something we might have underestimated so far: the camelCase conversion that the brand new System.Text.Json API (introduced with .NET Core ...