fix: readme #1
@ -20,7 +20,7 @@ bool result = jsonDB.Add(new T());
|
|||||||
IEnumerable<T> allItems = jsonDB.GetValues();
|
IEnumerable<T> allItems = jsonDB.GetValues();
|
||||||
|
|
||||||
// DBから特定のアイテムを取得します。
|
// DBから特定のアイテムを取得します。
|
||||||
IEnumerable<T> filteredItems = jsonDB.GetValues((T) => true):
|
IEnumerable<T> filteredItems = jsonDB.GetValues((T) => true);
|
||||||
|
|
||||||
// ファイルに書き込む
|
// ファイルに書き込む
|
||||||
jsonDB.Commit();
|
jsonDB.Commit();
|
||||||
|
Loading…
Reference in New Issue
Block a user