Adjust the description of json_object_iterator a bit.

This commit is contained in:
Eric Haszlakiewicz
2017-12-05 18:25:03 -05:00
parent c01635e03e
commit d6d81e6ece
2 changed files with 5 additions and 9 deletions

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.
*
*******************************************************************************
*/