Not Only .Net

Krzysztof Krzyskow

.net developer and enthusiast straight outta Poznan (Poland).

Showing all posts tagged "Json"

Pimp my json contract

In last post i presented how to obtain C# object from json format using Newtonsoft.Json library in UWP. In this post let's focus on how to modify output class for our needs. Before we start, i present below, the trimmed version of json return...

TMDb, give me my json

In last post I presented TMDb that provides free movie data API. Let's see what has to be done to grab a json from API and digest it in UWP How to get data from TMDb Api? To perform any request on production API you have to pass unique api_ke...