Files
simdjson-simdjson/fractured__json_8h_source.html
2026-05-06 21:54:39 +00:00

194 lines
26 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>simdjson: include/simdjson/dom/fractured_json.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.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 id="projectrow">
<td id="projectlogo"><img alt="Logo" src="logotiny.png"/></td>
<td id="projectalign">
<div id="projectname">simdjson<span id="projectnumber">&#160;4.6.4</span>
</div>
<div id="projectbrief">Ridiculously Fast JSON</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('fractured__json_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">fractured_json.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef SIMDJSON_DOM_FRACTURED_JSON_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define SIMDJSON_DOM_FRACTURED_JSON_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;simdjson/dom/base.h&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &quot;simdjson/dom/element.h&quot;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacesimdjson.html">simdjson</a> {</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="foldopen" id="foldopen00016" data-start="{" data-end="};">
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html"> 16</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structsimdjson_1_1fractured__json__options.html">fractured_json_options</a> {</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#adafb0a25988138e4f0bc35ed88fce4ec"> 21</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#adafb0a25988138e4f0bc35ed88fce4ec">max_total_line_length</a> = 120;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#aa989b95ceda987eed5726c6ee9ed7bd9"> 27</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#aa989b95ceda987eed5726c6ee9ed7bd9">max_inline_length</a> = 80;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#ad5e2e1761df34824b5f931c7863b72ea"> 34</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#ad5e2e1761df34824b5f931c7863b72ea">max_inline_complexity</a> = 2;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#a4034151f62ad332e6ed2a988d4bb0981"> 41</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#a4034151f62ad332e6ed2a988d4bb0981">max_compact_array_complexity</a> = 1;</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#a8d5efb29099d68101b772f3b353e298b"> 46</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#a8d5efb29099d68101b772f3b353e298b">indent_spaces</a> = 4;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#a89c9d667bc21991e75a9bfd228c2afeb"> 53</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#a89c9d667bc21991e75a9bfd228c2afeb">enable_table_format</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#ab81e20e5ee6ad08e525b66e55b7d06f5"> 58</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#ab81e20e5ee6ad08e525b66e55b7d06f5">min_table_rows</a> = 3;</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#afcd65b01fdb86557bde80b4930c7c988"> 65</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#afcd65b01fdb86557bde80b4930c7c988">table_similarity_threshold</a> = 0.8;</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#af543f194c5ebe670709958edae3f1d1f"> 72</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#af543f194c5ebe670709958edae3f1d1f">enable_compact_multiline</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#af52fcb0e8887dc51a69de1edc55ed00f"> 77</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#af52fcb0e8887dc51a69de1edc55ed00f">max_items_per_line</a> = 10;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#a56f513e33213c98ae4a85b07d501fc0b"> 84</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#a56f513e33213c98ae4a85b07d501fc0b">simple_bracket_padding</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#aa8dd1f91ebb219b2738751abf7e6c48b"> 91</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#aa8dd1f91ebb219b2738751abf7e6c48b">colon_padding</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="structsimdjson_1_1fractured__json__options.html#a7252b66b5be52bd7c8bd297e928f9a05"> 98</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structsimdjson_1_1fractured__json__options.html#a7252b66b5be52bd7c8bd297e928f9a05">comma_padding</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span>};</div>
</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span>std::string <a class="code hl_function" href="namespacesimdjson.html#a74f7d8c95c93575eebbf0555aacbc36f">fractured_json</a>(T x);</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span>std::string <a class="code hl_function" href="namespacesimdjson.html#a74f7d8c95c93575eebbf0555aacbc36f">fractured_json</a>(T x, <span class="keyword">const</span> <a class="code hl_struct" href="structsimdjson_1_1fractured__json__options.html">fractured_json_options</a>&amp; options);</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="preprocessor">#if SIMDJSON_EXCEPTIONS</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span>std::string <a class="code hl_function" href="namespacesimdjson.html#a74f7d8c95c93575eebbf0555aacbc36f">fractured_json</a>(<a class="code hl_struct" href="structsimdjson_1_1simdjson__result.html">simdjson_result&lt;T&gt;</a> x);</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span>std::string <a class="code hl_function" href="namespacesimdjson.html#a74f7d8c95c93575eebbf0555aacbc36f">fractured_json</a>(<a class="code hl_struct" href="structsimdjson_1_1simdjson__result.html">simdjson_result&lt;T&gt;</a> x, <span class="keyword">const</span> <a class="code hl_struct" href="structsimdjson_1_1fractured__json__options.html">fractured_json_options</a>&amp; options);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="keyword">inline</span> std::string <a class="code hl_function" href="namespacesimdjson.html#a64861b6d9d98dc3c85683b50cc6d224a">fractured_json_string</a>(std::string_view json_str);</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="keyword">inline</span> std::string <a class="code hl_function" href="namespacesimdjson.html#a64861b6d9d98dc3c85683b50cc6d224a">fractured_json_string</a>(std::string_view json_str,</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keyword">const</span> <a class="code hl_struct" href="structsimdjson_1_1fractured__json__options.html">fractured_json_options</a>&amp; options);</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span>} <span class="comment">// namespace simdjson</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="preprocessor">#endif </span><span class="comment">// SIMDJSON_DOM_FRACTURED_JSON_H</span></div>
<div class="ttc" id="anamespacesimdjson_html"><div class="ttname"><a href="namespacesimdjson.html">simdjson</a></div><div class="ttdoc">The top level simdjson namespace, containing everything the library provides.</div><div class="ttdef"><b>Definition</b> <a href="arm64_2base_8h_source.html#l00008">base.h:8</a></div></div>
<div class="ttc" id="anamespacesimdjson_html_a64861b6d9d98dc3c85683b50cc6d224a"><div class="ttname"><a href="namespacesimdjson.html#a64861b6d9d98dc3c85683b50cc6d224a">simdjson::fractured_json_string</a></div><div class="ttdeci">std::string fractured_json_string(std::string_view json_str)</div><div class="ttdoc">Format a JSON string using FracturedJson formatting.</div><div class="ttdef"><b>Definition</b> <a href="fractured__json-inl_8h_source.html#l01056">fractured_json-inl.h:1056</a></div></div>
<div class="ttc" id="anamespacesimdjson_html_a74f7d8c95c93575eebbf0555aacbc36f"><div class="ttname"><a href="namespacesimdjson.html#a74f7d8c95c93575eebbf0555aacbc36f">simdjson::fractured_json</a></div><div class="ttdeci">std::string fractured_json(T x)</div><div class="ttdoc">Format JSON using FracturedJson formatting with default options.</div><div class="ttdef"><b>Definition</b> <a href="fractured__json-inl_8h_source.html#l01009">fractured_json-inl.h:1009</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html">simdjson::fractured_json_options</a></div><div class="ttdoc">Configuration options for FracturedJson formatting.</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00016">fractured_json.h:16</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_a4034151f62ad332e6ed2a988d4bb0981"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#a4034151f62ad332e6ed2a988d4bb0981">simdjson::fractured_json_options::max_compact_array_complexity</a></div><div class="ttdeci">size_t max_compact_array_complexity</div><div class="ttdoc">Maximum complexity for compact array formatting (default: 1).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00041">fractured_json.h:41</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_a56f513e33213c98ae4a85b07d501fc0b"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#a56f513e33213c98ae4a85b07d501fc0b">simdjson::fractured_json_options::simple_bracket_padding</a></div><div class="ttdeci">bool simple_bracket_padding</div><div class="ttdoc">Add space inside brackets for simple containers (default: true).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00084">fractured_json.h:84</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_a7252b66b5be52bd7c8bd297e928f9a05"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#a7252b66b5be52bd7c8bd297e928f9a05">simdjson::fractured_json_options::comma_padding</a></div><div class="ttdeci">bool comma_padding</div><div class="ttdoc">Add space after commas in inline content (default: true).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00098">fractured_json.h:98</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_a89c9d667bc21991e75a9bfd228c2afeb"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#a89c9d667bc21991e75a9bfd228c2afeb">simdjson::fractured_json_options::enable_table_format</a></div><div class="ttdeci">bool enable_table_format</div><div class="ttdoc">Enable tabular formatting for arrays of similar objects (default: true).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00053">fractured_json.h:53</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_a8d5efb29099d68101b772f3b353e298b"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#a8d5efb29099d68101b772f3b353e298b">simdjson::fractured_json_options::indent_spaces</a></div><div class="ttdeci">size_t indent_spaces</div><div class="ttdoc">Number of spaces per indentation level (default: 4).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00046">fractured_json.h:46</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_aa8dd1f91ebb219b2738751abf7e6c48b"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#aa8dd1f91ebb219b2738751abf7e6c48b">simdjson::fractured_json_options::colon_padding</a></div><div class="ttdeci">bool colon_padding</div><div class="ttdoc">Add space after colons (default: true).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00091">fractured_json.h:91</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_aa989b95ceda987eed5726c6ee9ed7bd9"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#aa989b95ceda987eed5726c6ee9ed7bd9">simdjson::fractured_json_options::max_inline_length</a></div><div class="ttdeci">size_t max_inline_length</div><div class="ttdoc">Maximum length for inlined elements (default: 80).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00027">fractured_json.h:27</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_ab81e20e5ee6ad08e525b66e55b7d06f5"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#ab81e20e5ee6ad08e525b66e55b7d06f5">simdjson::fractured_json_options::min_table_rows</a></div><div class="ttdeci">size_t min_table_rows</div><div class="ttdoc">Minimum number of rows to trigger table mode (default: 3).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00058">fractured_json.h:58</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_ad5e2e1761df34824b5f931c7863b72ea"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#ad5e2e1761df34824b5f931c7863b72ea">simdjson::fractured_json_options::max_inline_complexity</a></div><div class="ttdeci">size_t max_inline_complexity</div><div class="ttdoc">Maximum nesting depth for inline rendering (default: 2).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00034">fractured_json.h:34</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_adafb0a25988138e4f0bc35ed88fce4ec"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#adafb0a25988138e4f0bc35ed88fce4ec">simdjson::fractured_json_options::max_total_line_length</a></div><div class="ttdeci">size_t max_total_line_length</div><div class="ttdoc">Maximum total characters per line (default: 120).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00021">fractured_json.h:21</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_af52fcb0e8887dc51a69de1edc55ed00f"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#af52fcb0e8887dc51a69de1edc55ed00f">simdjson::fractured_json_options::max_items_per_line</a></div><div class="ttdeci">size_t max_items_per_line</div><div class="ttdoc">Maximum array items per line in compact mode (default: 10).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00077">fractured_json.h:77</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_af543f194c5ebe670709958edae3f1d1f"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#af543f194c5ebe670709958edae3f1d1f">simdjson::fractured_json_options::enable_compact_multiline</a></div><div class="ttdeci">bool enable_compact_multiline</div><div class="ttdoc">Enable compact multiline arrays (default: true).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00072">fractured_json.h:72</a></div></div>
<div class="ttc" id="astructsimdjson_1_1fractured__json__options_html_afcd65b01fdb86557bde80b4930c7c988"><div class="ttname"><a href="structsimdjson_1_1fractured__json__options.html#afcd65b01fdb86557bde80b4930c7c988">simdjson::fractured_json_options::table_similarity_threshold</a></div><div class="ttdeci">double table_similarity_threshold</div><div class="ttdoc">Similarity threshold for table detection (default: 0.8).</div><div class="ttdef"><b>Definition</b> <a href="fractured__json_8h_source.html#l00065">fractured_json.h:65</a></div></div>
<div class="ttc" id="astructsimdjson_1_1simdjson__result_html"><div class="ttname"><a href="structsimdjson_1_1simdjson__result.html">simdjson::simdjson_result</a></div><div class="ttdoc">The result of a simdjson operation that could fail.</div><div class="ttdef"><b>Definition</b> <a href="error_8h_source.html#l00280">error.h:280</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_49a0b2767ded4a45005c5d6720a18cd1.html">simdjson</a></li><li class="navelem"><a class="el" href="dir_438095d7beafc60159803dc5832a82bd.html">dom</a></li><li class="navelem"><b>fractured_json.h</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>