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

ModIO.IOUtilities.TryReadJsonObjectFile[T]

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

IOUtilities.TryReadJsonObjectFile

public static bool TryReadJsonObjectFile(string filePath, T jsonObject);

Parameters

Name Description
filePath
jsonObject

Returns

bool: Result of the function calculations

Description

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

Clone this wiki locally