mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 21:09:06 +08:00
Adjust the description of json_object_iterator a bit.
This commit is contained in:
@@ -7,11 +7,6 @@
|
|||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the MIT license. See COPYING for details.
|
* 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.
|
|
||||||
*
|
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,11 @@
|
|||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the MIT license. See COPYING for details.
|
* it under the terms of the MIT license. See COPYING for details.
|
||||||
*
|
*
|
||||||
* @brief json-c forces clients to use its private data
|
* @brief An API for iterating over json_type_object objects,
|
||||||
* structures for JSON Object iteration. This API
|
* styled to be familiar to C++ programmers.
|
||||||
* corrects that by abstracting the private json-c
|
* Unlike json_object_object_foreach() and
|
||||||
* details.
|
* json_object_object_foreachC(), this avoids the need to expose
|
||||||
|
* json-c internals like lh_entry.
|
||||||
*
|
*
|
||||||
* API attributes: <br>
|
* API attributes: <br>
|
||||||
* * Thread-safe: NO<br>
|
* * Thread-safe: NO<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user