C# Class AbstractedSheep.ShuttleTrackerService.JsonHelper

Show file Open project: AbstractedSheep/Shuttle-Tracker

Public Methods

Method Description
ParseNetlink ( string url ) : Netlink

Parses the Netlink JSON from a given URL.

Method Details

ParseNetlink() public static method

Parses the Netlink JSON from a given URL.
public static ParseNetlink ( string url ) : Netlink
url string The URL pointing to the Netlink JSON file.
return AbstractedSheep.ShuttleTrackerWorld.Netlink