json/index.html

101 lines
5.3 KiB
HTML
Raw Normal View History

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"/>
2015-06-21 22:43:30 +03:00
<title>JSON for Modern C++: Main Page</title>
<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
&#160;<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&#160;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">
<div class="title">JSON for Modern C++ Documentation</div> </div>
</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>
<p>Class <a class="el" href="classnlohmann_1_1basic__json.html">nlohmann::basic_json</a> is a good entry point for the documentation.</p>
2015-08-04 19:14:27 +03:00
<dl class="section copyright"><dt>Copyright</dt><dd>The code is licensed under the <a href="http://opensource.org/licenses/MIT">MIT License</a>: <br />
2016-01-13 22:33:01 +03:00
Copyright &copy; 2013-2016 Niels Lohmann. <br />
2015-08-04 19:14:27 +03:00
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: <br />
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. <br />
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</dd></dl>
<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-30 22:25:28 +03:00
Generated on Sat Jan 30 2016 20:23:27 for JSON for Modern C++ by &#160;<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>