Skip to content
Snippets Groups Projects
Commit 35016c59 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

README: update getter argument counts

parent c535961a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ For more example usage see ```test/api_test.c```.
### Getter
The getter function, ```json_object_get_by_string_delimiter(5)```, similarily to the setter, takes five arguments, recommended to be used through a wrapper function ```json_object_get_by_string(4)```, defaulting the delimiter to a dot,```.```. If the specified format is not present in the object NULL is returned.
The getter function, ```json_object_get_by_string_delimiter(3)```, similarily to the setter, takes five arguments, recommended to be used through a wrapper function ```json_object_get_by_string(2)```, defaulting the delimiter to a dot,```.```. If the specified format is not present in the object NULL is returned.
```
struct json_object *json_object_get_by_string_delimiter(struct json_object *src, char *fmt, const char *delimiter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment