---
title: "JsonBackedStorage - s&box library"
description: "About JsonBackedStorage\n\nThis library adds a basic Json Backed storage system for data.\n\nIt currently provides 1 class which has 4 functions.\n\nThe class Storage which takes a string of what you want your storage to be named.\n\nThe SetObject function takes a name for your \"table\" and a \"index\" in that table to store an object.\n\nThe GetObject function takes a table and index and returns the object.\n\nThe Load function loads the storage from disk.\n\nThe Commit function, commits the storage to disk."
canonical: "https://sbox.watch/libraries/jwgtechs/jsonbackedstorage/"
generated_at: "2026-07-22T23:14:22.744Z"
---

# JsonBackedStorage

No summary provided.

- Type: library
- Ident: jwgtechs.jsonbackedstorage
- Creator: jwgtechs
- Canonical: https://sbox.watch/libraries/jwgtechs/jsonbackedstorage/
- Markdown: https://sbox.watch/libraries/jwgtechs/jsonbackedstorage.md
- sbox.game: https://sbox.game/jwgtechs/jsonbackedstorage/
- Generated: 2026-07-22T23:14:22.744Z

## Stats

- 24h momentum: +0
- Terry score: --
- Favorites: 0
- Upvotes: 0
- Downvotes: 0
- Updated: Aug 25, 2023
- Created: Aug 18, 2023
- Size: 10.7 KB
- Files: 3
- Tags: 

## Description

About JsonBackedStorage

This library adds a basic Json Backed storage system for data.

It currently provides 1 class which has 4 functions.

The class Storage which takes a string of what you want your storage to be named.

The SetObject function takes a name for your "table" and a "index" in that table to store an object.

The GetObject function takes a table and index and returns the object.

The Load function loads the storage from disk.

The Commit function, commits the storage to disk.


