# somejson

> A module for json

Latest version **1.1.0** (published 2020-03-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install somejson
pnpm add somejson
yarn add somejson
bun add somejson
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-03-13 |
| First published | 2019-12-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 0 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | thumus |
| Maintainers | thumus |
| Keywords | json, some, somethumus, array |

## Links

- npm: https://www.npmjs.com/package/somejson
- Repository: https://github.com/ThumusLive/SomeJSON
- Homepage: https://github.com/ThumusLive/SomeJSON#readme
- Issues: https://github.com/ThumusLive/SomeJSON/issues
- npm.io page: https://npm.io/package/somejson

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.0 (latest) — 2020-03-13
- 1.0.3 — 2020-02-02
- 1.0.2 — 2019-12-12
- 1.0.1 — 2019-12-12
- 1.0.0 — 2019-12-12

## README

Some JSON
=========
<p>
    <a href="https://www.npmjs.com/package/somejson"><img src="https://img.shields.io/npm/v/somejson?color=green&label=somejson%20npm&logo=somejson" alt="NPM downloads" /></a>
    <a href="https://github.com/ThumusLive/somejson"><img src="https://img.shields.io/badge/github-repo-green" alt="github repo" /></a>
    <br>
    <a href="https://www.npmjs.com/package/somejson"><img src="https://nodei.co/npm/somejson.png" alt="npm"/></a>
</p>
A small library

## Installation

  `npm install somejson`

## Usage
```js
var fs = require('fs')
var Text = JSON.parse(fs.readFileSync('./json.json')) // The file contain {"test" : [{"name" : "Man"},{"name" : "Men"}]}
var length = require('somejson');

console.log(length(Text.test))
```
return `2`
```js
console.log(length([0,158,63.2,"Hi", Text]))
```
return `5`

## Changelog

`1.0.0` : `Create the module`,<br>
`1.0.1` : `Repare the example`,<br>
`1.0.2` : `Repare the example v.2`<br>
`1.0.3` : `Create a new class`<br>
`1.1.0` : `Simplified`<br>

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