Skip to content

Commit 179260e

Browse files
Update README.md
1 parent 66ef0fa commit 179260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Boolean JsonLibWrapper.GetBooleanField(String internalContentName, String fieldN
238238
Read a raw custom tag named `fieldName` from a piece of content with the name `internalContentName`. This should be used to read objects and arrays.
239239
This method returns a [JsonValue](https://github.com/Anuken/Arc/blob/master/arc-core/src/arc/util/serialization/JsonValue.java).
240240
```java
241-
JsonValue JsonLibWrapper.GetBooleanField(String internalContentName, String fieldName);
241+
JsonValue JsonLibWrapper.GetRawField(String internalContentName, String fieldName);
242242
```
243243

244244
<details>

0 commit comments

Comments
 (0)