# craydent.parseadvanced

Latest version **1.0.2** (published 2024-09-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install craydent.parseadvanced
pnpm add craydent.parseadvanced
yarn add craydent.parseadvanced
bun add craydent.parseadvanced
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2024-09-19 |
| First published | 2020-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 16.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Clark Inada |
| Maintainers | craydent |

## Links

- npm: https://www.npmjs.com/package/craydent.parseadvanced
- Repository: https://github.com/craydent/Node-Library
- Homepage: https://github.com/craydent/Node-Library/tree/master/modules/typeof
- Issues: https://github.com/craydent/Node-Library/issues
- npm.io page: https://npm.io/package/craydent.parseadvanced

## Dependencies (13)

- [craydent.error](https://npm.io/package/craydent.error.md) 1.0.2
- [craydent.strip](https://npm.io/package/craydent.strip.md) 1.0.2
- [craydent.include](https://npm.io/package/craydent.include.md) 1.0.2
- [craydent.isarray](https://npm.io/package/craydent.isarray.md) 1.0.2
- [craydent.tryeval](https://npm.io/package/craydent.tryeval.md) 1.0.2
- [craydent.isobject](https://npm.io/package/craydent.isobject.md) 1.0.2
- [craydent.isstring](https://npm.io/package/craydent.isstring.md) 1.0.2
- [craydent.duplicate](https://npm.io/package/craydent.duplicate.md) 1.0.2
- [craydent.clearcache](https://npm.io/package/craydent.clearcache.md) 1.0.2
- [craydent.getproperty](https://npm.io/package/craydent.getproperty.md) 1.0.2
- [craydent.absolutepath](https://npm.io/package/craydent.absolutepath.md) 1.0.2
- [craydent.filltemplate](https://npm.io/package/craydent.filltemplate.md) 1.0.2
- [craydent.startswithany](https://npm.io/package/craydent.startswithany.md) 1.0.2

## Recent versions

- 1.0.2 (latest) — 2024-09-19
- 1.0.1 — 2024-08-30
- 1.0.0 — 2024-08-29
- 0.15.2 — 2022-08-19
- 0.15.1 — 2022-08-17
- 0.15.0 — 2022-08-16
- 0.14.0 — 2022-08-15
- 0.13.5 — 2021-09-16
- 0.13.4 — 2021-08-09
- 0.13.3 — 2021-08-08
- 0.13.2 — 2021-08-07
- 0.13.1 — 2021-08-04
- 0.13.0 — 2021-07-15
- 0.12.3 — 2021-07-15
- 0.12.2 — 2021-07-15
- … 14 more at https://npm.io/package/craydent.parseadvanced/versions

## README

<img src="http://craydent.com/JsonObjectEditor/img/svgs/craydent-logo.svg" width=75 height=75/>

# Craydent 1.0.2
**by Clark Inada**

Craydent is all inclusive utility library.  There are several ways to use the library in NodeJS.
More detailed documentation on constants can be found at [Craydent Properties](http://www.craydent.com/JsonObjectEditor/docs.html#/property/CraydentNode).
More detailed documentation on methods can be found at [Craydent Methods](http://www.craydent.com/JsonObjectEditor/docs.html#/method/CraydentNode)


```js
// require - this require is the fully modular version with no global constants, prototypes, or methods.
const parseAdvanced = require('craydent.parseAdvanced').default;
```
```ts
// import - this require is the fully modular version with no global constants, prototypes, or methods.
import parseAdvanced from 'craydent.parseAdvanced';
```










<a name='markdown-header-parseadvanced'></a>
## parseAdvanced




**Info:** JSON Parser that can handle types and refs

**Return:** (Object)

**Parameters:**

>None


**Overloads:**


>None






## Download

 * [GitHub](https://github.com/craydent/node-library/)
 * [BitBucket](https://bitbucket.org/craydent/node-library/)
 * [GitLab](https://gitlab.com/craydent/node-library/)
Craydent is released under the [Dual licensed under the MIT or GPL Version 2 licenses](http://craydent.com/license).<br>

---
_Source: https://npm.io/package/craydent.parseadvanced · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
