Fixed new-4.0.0 indirect enum ExplorerValue
This commit is contained in:
parent
f71e210c04
commit
adf56d2d4e
|
@ -36,7 +36,7 @@ Serializable PathExplorers like Plist, JSON and YAML or others like XML can use
|
||||||
The new ``ExplorerValue`` is the following enum.
|
The new ``ExplorerValue`` is the following enum.
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
public indirect enum ExplorerValue {
|
public enum ExplorerValue {
|
||||||
case int(Int)
|
case int(Int)
|
||||||
case double(Double)
|
case double(Double)
|
||||||
case string(String)
|
case string(String)
|
||||||
|
|
Loading…
Reference in New Issue