---
title: JSONReadingOptions
framework: tabulardata
role: symbol
role_heading: Structure
path: tabulardata/jsonreadingoptions
---

# JSONReadingOptions

A set of JSON file-reading options.

## Declaration

```swift
struct JSONReadingOptions
```

## Topics

### Initializers

- [init()](tabulardata/jsonreadingoptions/init().md)

### Instance Properties

- [dateParsers](tabulardata/jsonreadingoptions/dateparsers.md)

### Instance Methods

- [addDateParseStrategy(_:)](tabulardata/jsonreadingoptions/adddateparsestrategy(_:).md)

## See Also

### Creating a Data Frame from a JSON File

- [init(contentsOfJSONFile:columns:types:options:)](tabulardata/dataframe/init(contentsofjsonfile:columns:types:options:).md)
- [init(jsonData:columns:types:options:)](tabulardata/dataframe/init(jsondata:columns:types:options:).md)
- [JSONType](tabulardata/jsontype.md)
