Browse Source

Adjust the description of json_object_iterator a bit.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 7 years ago
parent
commit
d6d81e6ece
2 changed files with 5 additions and 9 deletions
  1. +0
    -5
      json_object_iterator.c
  2. +5
    -4
      json_object_iterator.h

+ 0
- 5
json_object_iterator.c View File

@@ -7,11 +7,6 @@
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
*
* @brief json-c forces clients to use its private data
* structures for JSON Object iteration. This API
* implementation corrects that by abstracting the
* private json-c details.
*
*******************************************************************************
*/



+ 5
- 4
json_object_iterator.h View File

@@ -7,10 +7,11 @@
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
*
* @brief json-c forces clients to use its private data
* structures for JSON Object iteration. This API
* corrects that by abstracting the private json-c
* details.
* @brief An API for iterating over json_type_object objects,
* styled to be familiar to C++ programmers.
* Unlike json_object_object_foreach() and
* json_object_object_foreachC(), this avoids the need to expose
* json-c internals like lh_entry.
*
* API attributes: <br>
* * Thread-safe: NO<br>


Loading…
Cancel
Save