@qubit-ltd/json 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json.cjs +188 -20
- package/dist/json.cjs.map +1 -1
- package/dist/json.min.cjs +1 -1
- package/dist/json.min.cjs.map +1 -1
- package/dist/json.min.mjs +1 -1
- package/dist/json.min.mjs.map +1 -1
- package/dist/json.mjs +188 -20
- package/dist/json.mjs.map +1 -1
- package/doc/api/Json.html +42 -0
- package/doc/api/LosslessNumber.html +3 -610
- package/doc/api/data/search.json +1 -0
- package/doc/api/fonts/Inconsolata-Regular.ttf +0 -0
- package/doc/api/fonts/OpenSans-Regular.ttf +0 -0
- package/doc/api/fonts/WorkSans-Bold.ttf +0 -0
- package/doc/api/global.html +3 -1274
- package/doc/api/index.html +63 -264
- package/doc/api/scripts/core.js +719 -0
- package/doc/api/scripts/core.min.js +23 -0
- package/doc/api/scripts/resize.js +90 -0
- package/doc/api/scripts/search.js +267 -0
- package/doc/api/scripts/search.min.js +6 -0
- package/doc/api/scripts/third-party/fuse.js +1749 -0
- package/doc/api/scripts/third-party/hljs-line-num-original.js +367 -0
- package/doc/api/scripts/third-party/hljs-line-num.js +1 -0
- package/doc/api/scripts/third-party/hljs-original.js +5260 -0
- package/doc/api/scripts/third-party/hljs.js +1 -0
- package/doc/api/scripts/third-party/popper.js +1287 -0
- package/doc/api/scripts/third-party/tippy.js +1499 -0
- package/doc/api/scripts/third-party/tocbot.js +757 -0
- package/doc/api/scripts/third-party/tocbot.min.js +1 -0
- package/doc/api/styles/clean-jsdoc-theme-base.css +1257 -0
- package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -0
- package/doc/api/styles/clean-jsdoc-theme-light.css +482 -0
- package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +30 -0
- package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
- package/doc/api/styles/clean-jsdoc-theme.min.css +1 -0
- package/doc/json.min.visualization.html +15 -15
- package/doc/json.visualization.html +15 -15
- package/package.json +20 -19
- package/doc/api/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Bold-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Italic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Light-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Light-webfont.svg +0 -1839
- package/doc/api/fonts/OpenSans-Light-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1843
- package/doc/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Regular-webfont.svg +0 -1839
- package/doc/api/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/doc/api/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1838
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/doc/api/scripts/linenumber.js +0 -34
- package/doc/api/scripts/prettify/lang-css.js +0 -2
- package/doc/api/scripts/prettify/prettify.js +0 -28
- package/doc/api/styles/jsdoc-default.css +0 -699
- package/doc/api/styles/prettify-jsdoc.css +0 -120
- package/doc/api/styles/prettify-tomorrow.css +0 -141
- /package/doc/api/scripts/{prettify → third-party}/Apache-License-2.0.txt +0 -0
|
@@ -1,610 +1,3 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
-
<title>LosslessNumber - Documentation</title>
|
|
7
|
-
|
|
8
|
-
<script src="scripts/prettify/prettify.js"></script>
|
|
9
|
-
<script src="scripts/prettify/lang-css.js"></script>
|
|
10
|
-
<!--[if lt IE 9]>
|
|
11
|
-
<script src="https://cdn.bootcdn.net/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
12
|
-
<![endif]-->
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
15
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
|
|
19
|
-
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
|
20
|
-
<label for="nav-trigger" class="navicon-button x">
|
|
21
|
-
<div class="navicon"></div>
|
|
22
|
-
</label>
|
|
23
|
-
|
|
24
|
-
<label for="nav-trigger" class="overlay"></label>
|
|
25
|
-
|
|
26
|
-
<nav>
|
|
27
|
-
<li class="nav-link nav-home-link"><a href="index.html">Home</a></li><li class="nav-heading">Classes</li><li class="nav-heading"><span class="nav-item-type type-class">C</span><span class="nav-item-name"><a href="LosslessNumber.html">LosslessNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="LosslessNumber.html#toString">toString</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="LosslessNumber.html#valueOf">valueOf</a></span></li><li class="nav-heading"><a href="global.html">Globals</a></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#getUnsafeReason">getUnsafeReason</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isBigInt">isBigInt</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isInteger">isInteger</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isNumber">isNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#isSafeNumber">isSafeNumber</a></span></li><li class="nav-item"><span class="nav-item-type type-member">M</span><span class="nav-item-name"><a href="global.html#json">json</a></span></li><li class="nav-item"><span class="nav-item-type type-function">F</span><span class="nav-item-name"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></span></li>
|
|
28
|
-
</nav>
|
|
29
|
-
|
|
30
|
-
<div id="main">
|
|
31
|
-
|
|
32
|
-
<h1 class="page-title">LosslessNumber</h1>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
<section>
|
|
41
|
-
|
|
42
|
-
<header>
|
|
43
|
-
|
|
44
|
-
<h2>
|
|
45
|
-
LosslessNumber
|
|
46
|
-
</h2>
|
|
47
|
-
|
|
48
|
-
<div class="class-description"><p>The class of lossless numbers, which stores its numeric value as string.</p></div>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</header>
|
|
52
|
-
|
|
53
|
-
<article>
|
|
54
|
-
<div class="container-overview">
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<div class="section-method">
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<h2>Constructor</h2>
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
<h4 class="name" id="LosslessNumber"><span class="type-signature"></span>new LosslessNumber<span class="signature">(value)</span><span class="type-signature"></span></h4>
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
<div class="description">
|
|
72
|
-
<p>Constructs a new instance of <code>LosslessNumber</code>.</p>
|
|
73
|
-
</div>
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<dl class="details">
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</dl>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
<h5>Parameters:</h5>
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
<table class="params">
|
|
126
|
-
<thead>
|
|
127
|
-
<tr>
|
|
128
|
-
|
|
129
|
-
<th>Name</th>
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
<th>Type</th>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
<th class="last">Description</th>
|
|
139
|
-
</tr>
|
|
140
|
-
</thead>
|
|
141
|
-
|
|
142
|
-
<tbody>
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
<tr>
|
|
146
|
-
|
|
147
|
-
<td class="name"><code>value</code></td>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<td class="type">
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
<span class="param-type"><code>string</code></span>
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
</td>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
<td class="description last">
|
|
164
|
-
<p>The string representation of the number.</p>
|
|
165
|
-
|
|
166
|
-
</td>
|
|
167
|
-
</tr>
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</tbody>
|
|
171
|
-
</table>
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
</div>
|
|
193
|
-
|
|
194
|
-
</div>
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
<h3 class="subsection-title">Members</h3>
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<div class="section-members">
|
|
212
|
-
<h4 class="name" id="isLosslessNumber"><span class="type-signature"></span>isLosslessNumber<span class="type-signature"> :boolean</span></h4>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<div class="description">
|
|
218
|
-
<p>Whether the value is a lossless number.</p>
|
|
219
|
-
</div>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<dl class="details">
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
</dl>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
<h5>Type:</h5>
|
|
263
|
-
<ul>
|
|
264
|
-
<li>
|
|
265
|
-
|
|
266
|
-
<span class="param-type"><code>boolean</code></span>
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
</li>
|
|
270
|
-
</ul>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
</div>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
<div class="section-members">
|
|
281
|
-
<h4 class="name" id="value"><span class="type-signature"></span>value<span class="type-signature"> :string</span></h4>
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
<div class="description">
|
|
287
|
-
<p>The string representation of the number.</p>
|
|
288
|
-
</div>
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
<dl class="details">
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
</dl>
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
<h5>Type:</h5>
|
|
332
|
-
<ul>
|
|
333
|
-
<li>
|
|
334
|
-
|
|
335
|
-
<span class="param-type"><code>string</code></span>
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
</li>
|
|
339
|
-
</ul>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
</div>
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
<h3 class="subsection-title">Methods</h3>
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
<div class="section-method">
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
<h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<div class="description">
|
|
368
|
-
<p>Get the value of this <code>LosslessNumber</code> as string.</p>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
<dl class="details">
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</dl>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
<div class="section-returns">
|
|
433
|
-
<h5>Returns:</h5>
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
<dl class="param-type">
|
|
438
|
-
<dt>
|
|
439
|
-
Type:
|
|
440
|
-
</dt>
|
|
441
|
-
<dd>
|
|
442
|
-
|
|
443
|
-
<span class="param-type"><code>string</code></span>
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
</dd>
|
|
447
|
-
</dl>
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
<div class="param-desc">
|
|
451
|
-
<p>the string representation of this <code>LosslessNumber</code>.</p>
|
|
452
|
-
</div>
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
</div>
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
</div>
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
<div class="section-method">
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
<h4 class="name" id="valueOf"><span class="type-signature"></span>valueOf<span class="signature">()</span><span class="type-signature"> → {number|bigint}</span></h4>
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
<div class="description">
|
|
477
|
-
<p>Get the value of the LosslessNumber as number or bigint.</p>
|
|
478
|
-
<ul>
|
|
479
|
-
<li>a number is returned for safe numbers and decimal values that only lose
|
|
480
|
-
some insignificant digits;</li>
|
|
481
|
-
<li>a bigint is returned for big integer numbers;</li>
|
|
482
|
-
<li>an Error is thrown for values that will overflow or underflow;</li>
|
|
483
|
-
</ul>
|
|
484
|
-
<p>Note that you can implement your own strategy for conversion by just
|
|
485
|
-
getting the value as string via <code>.toString()</code>, and using util functions
|
|
486
|
-
like <code>isInteger</code>, <code>isSafeNumber</code>, <code>getUnsafeReason</code>, and <code>toSafeNumberOrThrow</code>
|
|
487
|
-
to convert it to a numeric value.</p>
|
|
488
|
-
</div>
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
<dl class="details">
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
</dl>
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
<div class="section-returns">
|
|
552
|
-
<h5>Returns:</h5>
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
<dl class="param-type">
|
|
557
|
-
<dt>
|
|
558
|
-
Type:
|
|
559
|
-
</dt>
|
|
560
|
-
<dd>
|
|
561
|
-
|
|
562
|
-
<span class="param-type"><code>number</code></span>
|
|
563
|
-
|
|
|
564
|
-
|
|
565
|
-
<span class="param-type"><code>bigint</code></span>
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
</dd>
|
|
569
|
-
</dl>
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
<div class="param-desc">
|
|
573
|
-
<p>the numeric value of the LosslessNumber, as number or bigint.</p>
|
|
574
|
-
</div>
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
</div>
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
</div>
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
</article>
|
|
591
|
-
|
|
592
|
-
</section>
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
</div>
|
|
598
|
-
|
|
599
|
-
<br class="clear">
|
|
600
|
-
|
|
601
|
-
<footer>
|
|
602
|
-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
603
|
-
on Mon Apr 21 2025 13:14:13 GMT+0800 (China Standard Time)
|
|
604
|
-
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
605
|
-
</footer>
|
|
606
|
-
|
|
607
|
-
<script>prettyPrint();</script>
|
|
608
|
-
<script src="scripts/linenumber.js"></script>
|
|
609
|
-
</body>
|
|
610
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" style="font-size:16px"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Class: LosslessNumber</title><!--[if lt IE 9]>
|
|
2
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
3
|
+
<![endif]--><script src="scripts/third-party/hljs.js" defer="defer"></script><script src="scripts/third-party/hljs-line-num.js" defer="defer"></script><script src="scripts/third-party/popper.js" defer="defer"></script><script src="scripts/third-party/tippy.js" defer="defer"></script><script src="scripts/third-party/tocbot.min.js"></script><script>var baseURL="/",locationPathname="";baseURL=(locationPathname=document.location.pathname).substr(0,locationPathname.lastIndexOf("/")+1)</script><link rel="stylesheet" href="styles/clean-jsdoc-theme.min.css"><svg aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display:none"><defs><symbol id="home-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19z"/></symbol><symbol id="copy-icon" viewbox="0 0 488.3 488.3"><g><path d="M314.25,85.4h-227c-21.3,0-38.6,17.3-38.6,38.6v325.7c0,21.3,17.3,38.6,38.6,38.6h227c21.3,0,38.6-17.3,38.6-38.6V124 C352.75,102.7,335.45,85.4,314.25,85.4z M325.75,449.6c0,6.4-5.2,11.6-11.6,11.6h-227c-6.4,0-11.6-5.2-11.6-11.6V124 c0-6.4,5.2-11.6,11.6-11.6h227c6.4,0,11.6,5.2,11.6,11.6V449.6z"/><path d="M401.05,0h-227c-21.3,0-38.6,17.3-38.6,38.6c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5c0-6.4,5.2-11.6,11.6-11.6h227 c6.4,0,11.6,5.2,11.6,11.6v325.7c0,6.4-5.2,11.6-11.6,11.6c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5c21.3,0,38.6-17.3,38.6-38.6 V38.6C439.65,17.3,422.35,0,401.05,0z"/></g></symbol><symbol id="search-icon" viewBox="0 0 512 512"><g><g><path d="M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z"/></g></g><g><g><path d="M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z"/></g></g></symbol><symbol id="font-size-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M11.246 15H4.754l-2 5H.6L7 4h2l6.4 16h-2.154l-2-5zm-.8-2L8 6.885 5.554 13h4.892zM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93zM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></symbol><symbol id="add-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/></symbol><symbol id="minus-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M5 11h14v2H5z"/></symbol><symbol id="dark-theme-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z"/></symbol><symbol id="light-theme-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"/></symbol><symbol id="reset-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/></symbol><symbol id="down-icon" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7803 6.21967C13.0732 6.51256 13.0732 6.98744 12.7803 7.28033L8.53033 11.5303C8.23744 11.8232 7.76256 11.8232 7.46967 11.5303L3.21967 7.28033C2.92678 6.98744 2.92678 6.51256 3.21967 6.21967C3.51256 5.92678 3.98744 5.92678 4.28033 6.21967L8 9.93934L11.7197 6.21967C12.0126 5.92678 12.4874 5.92678 12.7803 6.21967Z"></path></symbol><symbol id="codepen-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.5 13.202L13 15.535v3.596L19.197 15 16.5 13.202zM14.697 12L12 10.202 9.303 12 12 13.798 14.697 12zM20 10.869L18.303 12 20 13.131V10.87zM19.197 9L13 4.869v3.596l3.5 2.333L19.197 9zM7.5 10.798L11 8.465V4.869L4.803 9 7.5 10.798zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zM4 13.131L5.697 12 4 10.869v2.262zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z"/></symbol><symbol id="close-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/></symbol><symbol id="menu-icon" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></symbol></defs></svg></head><body data-theme="dark"><div class="sidebar-container"><div class="sidebar" id="sidebar"><div class="sidebar-items-container"><div class="sidebar-section-title"><a href="index.html" class="sidebar-home-anchor">首页</a></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-类"><div>类</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="Json.html">Json</a></div><div class="sidebar-section-children"><a href="LosslessNumber.html">LosslessNumber</a></div></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-全局"><div>全局</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="global.html#getUnsafeReason">getUnsafeReason</a></div><div class="sidebar-section-children"><a href="global.html#isBigInt">isBigInt</a></div><div class="sidebar-section-children"><a href="global.html#isInteger">isInteger</a></div><div class="sidebar-section-children"><a href="global.html#isNumber">isNumber</a></div><div class="sidebar-section-children"><a href="global.html#isSafeNumber">isSafeNumber</a></div><div class="sidebar-section-children"><a href="global.html#json">json</a></div><div class="sidebar-section-children"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></div></div></div></div></div><div class="navbar-container" id="VuAckcnZhf"><nav class="navbar"><div class="navbar-left-items"></div><div class="navbar-right-items"><div class="navbar-right-item"><button class="icon-button home-button" aria-label="go-to-homepage"><svg><use xlink:href="#home-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button search-button" aria-label="open-search"><svg><use xlink:href="#search-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button theme-toggle" aria-label="toggle-theme"><svg><use class="theme-svg-use" xlink:href="#light-theme-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button font-size" aria-label="change-font-size"><svg><use xlink:href="#font-size-icon"></use></svg></button></div></div><nav></nav></nav></div><div class="toc-container"><div class="toc-content"><span class="bold">本页内容</span><div id="eed4d2a0bfd64539bb9df78095dec881"></div></div></div><div class="body-wrapper"><div class="main-content"><div class="main-wrapper"><section><header><h1 id="LosslessNumber-title" class="has-anchor">LosslessNumber</h1><div class="class-description"><p>The class of lossless numbers, which stores its numeric value as string.</p></div></header><article><div class="container-overview"><h2 id="constructor" class="has-anchor">构造函数</h2><h3 class="name has-anchor" id="LosslessNumber"><span class="type-signature"></span>new LosslessNumber<span class="signature">(value)</span></h3><div class="description"><p>Constructs a new instance of <code>LosslessNumber</code>.</p></div><div class="method-member-container flex flex-col w-100 overflow-auto mt-20"><strong>参数:</strong><table class="params"><thead><tr><th>名称</th><th>类型</th><th class="last">描述</th></tr></thead><tbody><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string representation of the number.</p></td></tr></tbody></table></div></div><h2 id="properties" class="subsection-title has-anchor">属性</h2><div class="allow-overflow"><table class="props"><thead><tr><th>名称</th><th>类型</th><th class="last">描述</th></tr></thead><tbody><tr><td class="name"><code>isLosslessNumber</code></td><td class="type"><span class="param-type">boolean</span></td><td class="description last"><p>Whether the value is a lossless number.</p></td></tr><tr><td class="name"><code>value</code></td><td class="type"><span class="param-type">string</span></td><td class="description last"><p>The string representation of the number.</p></td></tr></tbody></table></div><h2 id="methods" class="subsection-title has-anchor">方法</h2><h3 class="name has-anchor" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {string}</span></h3><div class="description"><p>Get the value of this <code>LosslessNumber</code> as string.</p></div><div class="method-member-container mt-20"><strong>返回值:</strong><div class="param-desc"><p>the string representation of this <code>LosslessNumber</code>.</p></div><dl class="param-type"><dt>类型: </dt><dd><span class="param-type">string</span></dd></dl></div><h3 class="name has-anchor" id="valueOf"><span class="type-signature"></span>valueOf<span class="signature">()</span><span class="type-signature"> → {number|bigint}</span></h3><div class="description"><p>Get the value of the LosslessNumber as number or bigint.</p><ul><li>a number is returned for safe numbers and decimal values that only lose some insignificant digits;</li><li>a bigint is returned for big integer numbers;</li><li>an Error is thrown for values that will overflow or underflow;</li></ul><p>Note that you can implement your own strategy for conversion by just getting the value as string via <code>.toString()</code>, and using util functions like <code>isInteger</code>, <code>isSafeNumber</code>, <code>getUnsafeReason</code>, and <code>toSafeNumberOrThrow</code> to convert it to a numeric value.</p></div><div class="method-member-container mt-20"><strong>返回值:</strong><div class="param-desc"><p>the numeric value of the LosslessNumber, as number or bigint.</p></div><dl class="param-type"><dt>类型: </dt><dd><span class="param-type">number</span> |<wbr> <span class="param-type">bigint</span></dd></dl></div></article></section></div></div></div><div class="search-container" id="PkfLWpAbet" style="display:none"><div class="wrapper" id="iCxFxjkHbP"><button class="icon-button search-close-button" id="VjLlGakifb" aria-label="关闭搜索"><svg><use xlink:href="#close-icon"></use></svg></button><div class="search-box-c"><svg><use xlink:href="#search-icon"></use></svg> <input type="text" id="vpcKVYIppa" class="search-input" placeholder="搜索..." autofocus></div><div class="search-result-c" id="fWwVHRuDuN"><span class="search-result-c-text">输入任何内容查看搜索结果</span></div></div></div><div class="mobile-menu-icon-container"><button class="icon-button" id="mobile-menu" data-isopen="false" aria-label="menu"><svg><use xlink:href="#menu-icon"></use></svg></button></div><div id="mobile-sidebar" class="mobile-sidebar-container"><div class="mobile-sidebar-wrapper"><div class="mobile-nav-links"></div><div class="mobile-sidebar-items-c"><div class="sidebar-section-title"><a href="index.html" class="sidebar-home-anchor">首页</a></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-类"><div>类</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="Json.html">Json</a></div><div class="sidebar-section-children"><a href="LosslessNumber.html">LosslessNumber</a></div></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-全局"><div>全局</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-children-container"><div class="sidebar-section-children"><a href="global.html#getUnsafeReason">getUnsafeReason</a></div><div class="sidebar-section-children"><a href="global.html#isBigInt">isBigInt</a></div><div class="sidebar-section-children"><a href="global.html#isInteger">isInteger</a></div><div class="sidebar-section-children"><a href="global.html#isNumber">isNumber</a></div><div class="sidebar-section-children"><a href="global.html#isSafeNumber">isSafeNumber</a></div><div class="sidebar-section-children"><a href="global.html#json">json</a></div><div class="sidebar-section-children"><a href="global.html#toSafeNumberOrThrow">toSafeNumberOrThrow</a></div></div></div><div class="mobile-navbar-actions"><div class="navbar-right-item"><button class="icon-button home-button" aria-label="go-to-homepage"><svg><use xlink:href="#home-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button search-button" aria-label="open-search"><svg><use xlink:href="#search-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button theme-toggle" aria-label="toggle-theme"><svg><use class="theme-svg-use" xlink:href="#light-theme-icon"></use></svg></button></div><div class="navbar-right-item"><button class="icon-button font-size" aria-label="change-font-size"><svg><use xlink:href="#font-size-icon"></use></svg></button></div></div></div></div><script type="text/javascript" src="scripts/core.min.js"></script><script src="scripts/search.min.js" defer="defer"></script><script src="scripts/third-party/fuse.js" defer="defer"></script><script type="text/javascript">var tocbotInstance=tocbot.init({tocSelector:"#eed4d2a0bfd64539bb9df78095dec881",contentSelector:".main-content",headingSelector:"h1, h2, h3",hasInnerContainers:!0,scrollContainer:".main-content",headingsOffset:130,onClick:bringLinkToView})</script><script>document.addEventListener("DOMContentLoaded",(function(){"undefined"!=typeof tippy&&(tippy(".home-button",{content:"回到首页",delay:500}),tippy(".theme-toggle",{content:"切换主题",delay:500}),tippy(".search-button",{content:"搜索",delay:500}),tippy(".font-size",{content:"更改字体大小",delay:500}))}))</script></body></html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"list":[{"title":"Json","link":"<a href=\"Json.html\">Json</a>"},{"title":"Json#Symbol.toStringTag","link":"<a href=\"Json_Symbol.html#.toStringTag\">toStringTag</a>","description":"<p>The string tag used by Object.prototype.toString() to identify this object.</p>\n<p>This property makes instances of the Json class return '[object JSON]' when\nconverted to string via Object.prototype.toString.call(), providing better\ndebugging and inspection experience.</p>"},{"title":"Json#parse","link":"<a href=\"Json.html#parse\">parse</a>","description":"<p>Parses the specified JSON string and returns the resulting object.</p>\n<p>This method works like the standard JSON.parse(), but with enhanced number\nhandling:</p>\n<ul>\n<li>Safe numbers are parsed as regular JavaScript numbers</li>\n<li>Large integers are parsed as BigInt</li>\n<li>Large floating-point numbers are parsed as LosslessNumber instances</li>\n</ul>"},{"title":"Json#stringify","link":"<a href=\"Json.html#stringify\">stringify</a>","description":"<p>Stringifies the specified value and returns the resulting JSON string.</p>\n<p>This method works like the standard JSON.stringify(), but with enhanced\nsupport for:</p>\n<ul>\n<li>BigInt values (converted to number strings)</li>\n<li>LosslessNumber instances (converted to their string representation)</li>\n<li>Set instances (converted to arrays)</li>\n<li>Map instances (converted to arrays of key-value pairs)</li>\n</ul>"},{"title":"LosslessNumber","link":"<a href=\"LosslessNumber.html\">LosslessNumber</a>","description":"<p>Constructs a new instance of <code>LosslessNumber</code>.</p>"},{"title":"LosslessNumber#isLosslessNumber","link":"<a href=\"LosslessNumber.html#isLosslessNumber\">isLosslessNumber</a>","description":"<p>Whether the value is a lossless number.</p>"},{"title":"LosslessNumber#toString","link":"<a href=\"LosslessNumber.html#toString\">toString</a>","description":"<p>Get the value of this <code>LosslessNumber</code> as string.</p>"},{"title":"LosslessNumber#value","link":"<a href=\"LosslessNumber.html#value\">value</a>","description":"<p>The string representation of the number.</p>"},{"title":"LosslessNumber#valueOf","link":"<a href=\"LosslessNumber.html#valueOf\">valueOf</a>","description":"<p>Get the value of the LosslessNumber as number or bigint.</p>\n<ul>\n<li>a number is returned for safe numbers and decimal values that only lose\nsome insignificant digits;</li>\n<li>a bigint is returned for big integer numbers;</li>\n<li>an Error is thrown for values that will overflow or underflow;</li>\n</ul>\n<p>Note that you can implement your own strategy for conversion by just\ngetting the value as string via <code>.toString()</code>, and using util functions\nlike <code>isInteger</code>, <code>isSafeNumber</code>, <code>getUnsafeReason</code>, and <code>toSafeNumberOrThrow</code>\nto convert it to a numeric value.</p>"},{"title":"getUnsafeReason","link":"<a href=\"global.html#getUnsafeReason\">getUnsafeReason</a>","description":"<p>When the provided value is an unsafe number, describe what the reason is</p>\n<ul>\n<li><code>'overflow'</code></li>\n<li><code>'underflow'</code></li>\n<li><code>'truncate_integer'</code></li>\n<li><code>'truncate_float'</code></li>\n<li><code>'none'</code> (when the value is safe)</li>\n</ul>"},{"title":"isBigInt","link":"<a href=\"global.html#isBigInt\">isBigInt</a>","description":"<p>Test whether a string represents a BigInt.</p>"},{"title":"isInteger","link":"<a href=\"global.html#isInteger\">isInteger</a>","description":"<p>Test whether a string represents an integer.</p>"},{"title":"isNumber","link":"<a href=\"global.html#isNumber\">isNumber</a>","description":"<p>Test whether a string represents a number</p>"},{"title":"isSafeNumber","link":"<a href=\"global.html#isSafeNumber\">isSafeNumber</a>","description":"<p>Test whether a string can be safely represented with a number without\ninformation loss.</p>\n<p>When the argument <code>approx</code> is true, floating point numbers that lose a few\ndigits but are still approximately equal in value are considered safe too.\nInteger numbers must still be exactly equal.</p>"},{"title":"json","link":"<a href=\"global.html#json\">json</a>","description":"<p>A customized JSON object which supports lossless number parsing and stringifying.</p>\n<p>This object provides two methods: <code>parse</code> and <code>stringify</code>, which are the same as the\n<code>JSON.parse</code> and <code>JSON.stringify</code> methods, except that they support lossless number\nparsing and stringifying.</p>\n<p>Key differences from standard JSON:</p>\n<ul>\n<li>Large integers are preserved as BigInt instead of losing precision</li>\n<li>Large floating-point numbers are preserved as LosslessNumber instances</li>\n<li>Set and Map collections are automatically serialized as arrays</li>\n<li>Maintains full compatibility with standard JSON API</li>\n</ul>"},{"title":"toSafeNumberOrThrow","link":"<a href=\"global.html#toSafeNumberOrThrow\">toSafeNumberOrThrow</a>","description":"<p>Convert a string into a number when it is safe to do so.\nThrows an error otherwise, explaining the reason.</p>"}]}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|