How to read JSON data from a web service in C#
How to read a JSON data from a web service in Unity. This Tutorial is about reading JSON data. We will build a little application build on a JSON webservice. ✅ Download the free SimpleJSON parser: https://github.com/HenrikPoulsen/SimpleJSON ✅ The free geoplugin webservice: http://www.geoplugin.net/json.gp?ip=213.22.22.98 ❤️ Subscribe…
C# Lesson, Intermediate, Tutorial, Unity
1
How To Get the DATE and TIME
How to work with date and time. In this tutorial we’ll work with the system datetime. How to get it, and how to format it. Tip: You can get the NAME of the day by typing “ddd” or “dddd”. Try this: print(“Today is ” +…