Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.IOUtilities.ReadJsonObjectFile[T]

Jackson Wood edited this page Feb 20, 2019 · 1 revision

IOUtilities.ReadJsonObjectFile

public static T ReadJsonObjectFile(string filePath);

Parameters

Name Description
filePath

Returns

T: Result of the function calculations

Description

Reads an entire file and parses the JSON Object it contains.

Clone this wiki locally