|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 --> |
6 | | -<title>Index (hjson 2.1.0 API)</title> |
7 | | -<meta name="date" content="2016-09-19"> |
| 5 | +<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 --> |
| 6 | +<title>Index (hjson 3.0.0 API)</title> |
| 7 | +<meta name="date" content="2017-07-14"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="script.js"></script> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 | <script type="text/javascript"><!-- |
13 | 13 | try { |
14 | 14 | if (location.href.indexOf('is-external=true') == -1) { |
15 | | - parent.document.title="Index (hjson 2.1.0 API)"; |
| 15 | + parent.document.title="Index (hjson 3.0.0 API)"; |
16 | 16 | } |
17 | 17 | } |
18 | 18 | catch(err) { |
@@ -249,7 +249,9 @@ <h2 class="title">G</h2> |
249 | 249 | </dd> |
250 | 250 | <dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#getEmitRootBraces--">getEmitRootBraces()</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt> |
251 | 251 | <dd> |
252 | | -<div class="block">Detects whether root braces should be emitted.</div> |
| 252 | +<div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| 253 | +<div class="block"><span class="deprecationComment">will always return true.</span></div> |
| 254 | +</div> |
253 | 255 | </dd> |
254 | 256 | <dt><span class="memberNameLink"><a href="org/hjson/JsonValue.html#getEol--">getEol()</a></span> - Static method in class org.hjson.<a href="org/hjson/JsonValue.html" title="class in org.hjson">JsonValue</a></dt> |
255 | 257 | <dd> |
@@ -283,6 +285,10 @@ <h2 class="title">G</h2> |
283 | 285 | <dd> |
284 | 286 | <div class="block">Returns the absolute index of the character at which the error occurred.</div> |
285 | 287 | </dd> |
| 288 | +<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#getParseLegacyRoot--">getParseLegacyRoot()</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt> |
| 289 | +<dd> |
| 290 | +<div class="block">Detects whether objects without root braces are supported.</div> |
| 291 | +</dd> |
286 | 292 | <dt><span class="memberNameLink"><a href="org/hjson/JsonObject.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class org.hjson.<a href="org/hjson/JsonObject.html" title="class in org.hjson">JsonObject</a></dt> |
287 | 293 | <dd> |
288 | 294 | <div class="block">Returns the <code>String</code> value of the member with the specified name in this object.</div> |
@@ -596,12 +602,18 @@ <h2 class="title">S</h2> |
596 | 602 | </dd> |
597 | 603 | <dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#setEmitRootBraces-boolean-">setEmitRootBraces(boolean)</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt> |
598 | 604 | <dd> |
599 | | -<div class="block">Sets whether root braces should be emitted.</div> |
| 605 | +<div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| 606 | +<div class="block"><span class="deprecationComment">root braces are always emitted.</span></div> |
| 607 | +</div> |
600 | 608 | </dd> |
601 | 609 | <dt><span class="memberNameLink"><a href="org/hjson/JsonValue.html#setEol-java.lang.String-">setEol(String)</a></span> - Static method in class org.hjson.<a href="org/hjson/JsonValue.html" title="class in org.hjson">JsonValue</a></dt> |
602 | 610 | <dd> |
603 | 611 | <div class="block">Sets the newline charater(s).</div> |
604 | 612 | </dd> |
| 613 | +<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#setParseLegacyRoot-boolean-">setParseLegacyRoot(boolean)</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt> |
| 614 | +<dd> |
| 615 | +<div class="block">Sets whether root braces should be emitted.</div> |
| 616 | +</dd> |
605 | 617 | <dt><span class="memberNameLink"><a href="org/hjson/JsonArray.html#size--">size()</a></span> - Method in class org.hjson.<a href="org/hjson/JsonArray.html" title="class in org.hjson">JsonArray</a></dt> |
606 | 618 | <dd> |
607 | 619 | <div class="block">Returns the number of elements in this array.</div> |
|
0 commit comments