Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcgi authored Feb 3, 2018
1 parent fe87186 commit 35acdae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ MojoUnityJson is licensed under the [MIT License](https://github.com/scottcgi/Mo
* ##### JsonValue is int

```csharp
public float AsInt();
   public int AsInt();
```

* ##### JsonValue is bool

```csharp
public float AsBool();
public bool AsBool();
```

* ##### JsonValue is null

```csharp
public float IsNull();
public bool IsNull();
```

* ##### JsonValue is JsonObject
Expand Down

0 comments on commit 35acdae

Please sign in to comment.