<!-- # hard line break macro for HTML -->

# fiftyone.core.json

FiftyOne JSON handling

Copyright 2017-2026, Voxel51, Inc.
<br/>
[voxel51.com](https://voxel51.com/)
<br/>
<br/>

**Functions:**

| [`stringify`](#fiftyone.core.json.stringify)(d[, \_cls])   | Converts unsafe JSON types to strings   |
|------------------------------------------------------------|-----------------------------------------|

### fiftyone.core.json.stringify(d, \_cls=None)

Converts unsafe JSON types to strings

* **Parameters:**
  **d** – serializable data
* **Returns:**
  a stringified version of the data
