2015-06-21 22:43:30 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2016-01-13 21:16:43 +03:00
< meta name = "generator" content = "Doxygen 1.8.11" / >
2016-01-31 00:07:50 +03:00
< title > JSON for Modern C++: JSON for Modern C++< / title >
2015-06-21 22:43:30 +03:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function() { init_search(); });
< / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "mylayout.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2015-12-13 13:29:21 +03:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-06-21 22:43:30 +03:00
< div id = "projectname" > JSON for Modern C++
2016-01-26 22:09:25 +03:00
  < span id = "projectnumber" > 2.0.0< / span >
2015-06-21 22:43:30 +03:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2016-01-13 21:16:43 +03:00
<!-- Generated by Doxygen 1.8.11 -->
2015-06-21 22:43:30 +03:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li class = "current" > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
< / ul >
< / div >
< / div > <!-- top -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "headertitle" >
2016-01-31 00:07:50 +03:00
< div class = "title" > JSON for Modern C++ < / div > < / div >
2015-06-21 22:43:30 +03:00
< / div > <!-- header -->
< div class = "contents" >
2015-06-21 23:59:12 +03:00
< div class = "textblock" > < p > These pages contain the API documentation of JSON for Modern C++, a C++11 header-only JSON class.< / p >
2016-01-31 00:07:50 +03:00
< ul >
< li > < a class = "el" href = "classnlohmann_1_1basic__json.html" > < code > basic_json< / code > class < / a > < / li >
2016-01-31 15:08:54 +03:00
< li > < a href = "functions_func.html" > Function index< / a > < / li >
2016-01-31 00:07:50 +03:00
< li > Types< ul >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_ab00b882d39306d663c23dab110f5cae0.html#ab00b882d39306d663c23dab110f5cae0" > arrays < / a > < / li >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_a0ac9894c9de8dc551cf2e5f1c605537f.html#a0ac9894c9de8dc551cf2e5f1c605537f" > objects < / a > < / li >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_ab63e618bbb0371042b1bec17f5891f42.html#ab63e618bbb0371042b1bec17f5891f42" > strings < / a > < / li >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_af3bc3e83aa162d7ba4df16a949872723.html#af3bc3e83aa162d7ba4df16a949872723" > booleans < / a > < / li >
< li > numbers< ul >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_ac4b10b2364f26ce47bdb9a413ff04a59.html#ac4b10b2364f26ce47bdb9a413ff04a59" > signed integers < / a > < / li >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_a60a04166c122072ab11eaf9845d9cd1d.html#a60a04166c122072ab11eaf9845d9cd1d" > unsigned integers < / a > < / li >
< li > < a class = "el" href = "classnlohmann_1_1basic__json_a74a0013e847fdc574b48f931f0e757e1.html#a74a0013e847fdc574b48f931f0e757e1" > floating-point < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< dl class = "section copyright" > < dt > Copyright< / dt > < dd > Copyright © 2013-2016 Niels Lohmann. The code is licensed under the < a href = "http://opensource.org/licenses/MIT" > MIT License< / a > .< / dd > < / dl >
2015-08-04 19:14:27 +03:00
< dl class = "section author" > < dt > Author< / dt > < dd > < a href = "http://nlohmann.me" > Niels Lohmann< / a > < / dd > < / dl >
2015-12-17 17:55:39 +03:00
< dl class = "section see" > < dt > See also< / dt > < dd > < a href = "https://github.com/nlohmann/json" > https://github.com/nlohmann/json< / a > to download the source code< / dd > < / dl >
2016-01-26 22:09:25 +03:00
< dl class = "section version" > < dt > Version< / dt > < dd > 2.0.0 < / dd > < / dl >
2015-06-21 22:43:30 +03:00
< / div > < / div > <!-- contents -->
<!-- start footer part -->
2015-06-24 13:17:31 +03:00
< hr class = "footer" / > < address class = "footer" > < small >
2016-01-31 15:08:54 +03:00
Generated on Sun Jan 31 2016 13:05:50 for JSON for Modern C++ by   < a href = "http://www.doxygen.org/index.html" >
2015-06-24 13:17:31 +03:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2016-01-13 21:16:43 +03:00
< / a > 1.8.11
2015-06-24 13:17:31 +03:00
< / small > < / address >
2015-06-21 22:43:30 +03:00
< / body >
< / html >