Skip to content

uwidgets.core.services.jsonparser 1

GitHub Action edited this page Aug 4, 2024 · 3 revisions

JsonParser<T>

Namespace: uWidgets.Core.Services

public class JsonParser<T> : 

Type Parameters

T

Inheritance ObjectJsonParser<T>
Implements IDataProvider<T>
Attributes NullableContextAttribute, NullableAttribute

Constructors

JsonParser(String)

public JsonParser(string filePath)

Parameters

filePath String

Methods

Get()

public T Get()

Returns

T

Save(T)

public void Save(T newData)

Parameters

newData T

Events

DataChanging

public event DataChangedEvent<T> DataChanging;

DataChanged

public event DataChangedEvent<T> DataChanged;
Clone this wiki locally