# Editor.MetaData

A class to CRUD json files. This should probably be a generic class since it seems
like we might want to do this with stuff other than meta files. But there's no need for
that right now, so lets leave it simple.

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`

## Properties

- [`FilePath`](/api/Editor.MetaData/FilePath): File path to the metadata file.

## Methods

- [`Get`](/api/Editor.MetaData/Get)
- [`GetBool`](/api/Editor.MetaData/GetBool)
- [`GetElement`](/api/Editor.MetaData/GetElement)
- [`GetFloat`](/api/Editor.MetaData/GetFloat)
- [`GetInt`](/api/Editor.MetaData/GetInt)
- [`GetString`](/api/Editor.MetaData/GetString)
- [`Set`](/api/Editor.MetaData/Set): Set a value in the metadata file. If the value is null, the key will be removed.
