# `GSInfoValue`

*Class*

## Declaration

```swift
class GSInfoValue
```

```objc
@interface GSInfoValue : NSObject
```

```python
class GSInfoValue(NSObject)
```

## Topics

### Instance Properties

- [`GSInfoValue.isDefault`](/Core/GlyphsCore/GSInfoValue/isDefault)
- [`GSInfoValue.key`](/Core/GlyphsCore/GSInfoValue/key)
- [`GSInfoValue.languageTag`](/Core/GlyphsCore/GSInfoValue/languageTag)
- [`GSInfoValue.parent`](/Core/GlyphsCore/GSInfoValue/parent)
- [`GSInfoValue.value`](/Core/GlyphsCore/GSInfoValue/value)

### Instance Methods

- [`GSInfoValue initWithDict:format:`](/Core/GlyphsCore/GSInfoValue/initWithDict:format:)
- [`GSInfoValue initWithValue:languageTag:`](/Core/GlyphsCore/GSInfoValue/initWithValue:languageTag:)
- [`GSInfoValue propertyListValueFormat:`](/Core/GlyphsCore/GSInfoValue/propertyListValueFormat:)
- [`GSInfoValue saveToFile:format:context:error:`](/Core/GlyphsCore/GSInfoValue/saveToFile:format:context:error:)

## Relationships

### Inherits From

- `NSObject`

### Conforms To

- `NSCopying`

