Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
c42273d2
Unverified
Commit
c42273d2
authored
Apr 23, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
fixed documentation #565
The documentation mismatched the actual code.
parent
2df8f12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+1
-0
doc/index.md
doc/index.md
+2
-2
No files found.
README.md
View file @
c42273d2
...
...
@@ -835,6 +835,7 @@ I deeply appreciate the help of the following people.
-
[
Krzysztof Woś
](
https://github.com/krzysztofwos
)
made exceptions more visible.
-
[
ftillier
](
https://github.com/ftillier
)
fixed a compiler warning.
-
[
tinloaf
](
https://github.com/tinloaf
)
made sure all pushed warnings are properly popped.
-
[
Fytch
](
https://github.com/Fytch
)
found a bug in the documentation.
Thanks a lot for helping out! Please
[
let me know
](
mailto:mail@nlohmann.me
)
if I forgot someone.
...
...
doc/index.md
View file @
c42273d2
...
...
@@ -254,21 +254,21 @@ The container functions known from STL have been extended to support the differe
<tr>
<td
rowspan=
"2"
>
lookup
</td>
<td>
`find`
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::find
`find`
@endlink (returns
`end()`
)
</td>
</tr>
<tr>
<td>
`count`
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
<td
class=
"ok_green"
>
@link nlohmann::basic_json::count
`count`
@endlink (returns
`0`
)
</td>
</tr>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment