You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/objects-introduction.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ All possible objects and their hierarchical structure are listet below.
39
39
40
40
## Value access
41
41
42
-
JSON API Client will parse a JSON API content into a hierarchical object stucture. Every object implements the `AccessInterface` and has these methods for getting the values:
42
+
JsonApiClient will parse a JSON API content into a hierarchical object stucture. Every object implements the `AccessInterface` and has these methods for getting the values:
43
43
44
44
-`has($key)`: Check, if a value exists
45
45
-`get($key)`: Get a value
@@ -51,7 +51,7 @@ JSON API Client will parse a JSON API content into a hierarchical object stuctur
51
51
You can check for all possible values using the `has()` method.
52
52
53
53
```php
54
-
$jsonapi_string = '{"meta":{"info":"Testing the JSON API Client."}}';
54
+
$jsonapi_string = '{"meta":{"info":"Testing the JsonApiClient library."}}';
0 commit comments