All Projects → jamiebuilds → json-peek

jamiebuilds / json-peek

Licence: MIT license
Stringify JSON *just enough* to see what it is

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to json-peek

paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (+0%)
Mutual labels:  print, pretty
Peek
All new design. Inspect your iOS application at runtime.
Stars: ✭ 2,594 (+7760.61%)
Mutual labels:  peek
Django Herald
A Django messaging library
Stars: ✭ 159 (+381.82%)
Mutual labels:  preview
Vscode Restructuredtext
reStructuredText Language Support in Visual Studio Code
Stars: ✭ 243 (+636.36%)
Mutual labels:  preview
Markdown Preview.nvim
markdown preview plugin for (neo)vim
Stars: ✭ 2,858 (+8560.61%)
Mutual labels:  preview
setup-linux-debian
Installs essential JavaScript development programs.
Stars: ✭ 16 (-51.52%)
Mutual labels:  peek
Gatsby Source Prismic Graphql
Gatsby source plugin for Prismic GraphQL
Stars: ✭ 144 (+336.36%)
Mutual labels:  preview
stringify-keys
Build an array of key paths from an object.
Stars: ✭ 18 (-45.45%)
Mutual labels:  stringify
Peek
Take a peek into your Rails applications.
Stars: ✭ 3,153 (+9454.55%)
Mutual labels:  peek
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (+609.09%)
Mutual labels:  preview
Wopihost
office online preview and editor
Stars: ✭ 222 (+572.73%)
Mutual labels:  preview
Link Prevue
Vue component for generate a link preview
Stars: ✭ 186 (+463.64%)
Mutual labels:  preview
JustPeek
JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support this kind of interaction.
Stars: ✭ 68 (+106.06%)
Mutual labels:  peek
Gatsby Source Sanity
Gatsby source plugin for building websites using Sanity.io as a backend.
Stars: ✭ 160 (+384.85%)
Mutual labels:  preview
debugging
Improve your Print Debugging
Stars: ✭ 41 (+24.24%)
Mutual labels:  print
Preview In Browser
A Sketch plugin to properly view your design in browser
Stars: ✭ 153 (+363.64%)
Mutual labels:  preview
Flutter preview
Flutter | Because a widget-driven development requires a widget-driven preview.
Stars: ✭ 197 (+496.97%)
Mutual labels:  preview
php-peek-lock
A wrapper around flock()
Stars: ✭ 18 (-45.45%)
Mutual labels:  peek
Stuff
A collection of Swift code 'snippets' that are too small to create a library for and which do not fit in an other library.
Stars: ✭ 41 (+24.24%)
Mutual labels:  print
alog
Update: use loguru instead. Simple straight logging your Python code
Stars: ✭ 38 (+15.15%)
Mutual labels:  print

json-peek

Stringify JSON just enough to see what it is

Install

yarn add json-peek

Usage

const jsonPeek = require('json-peek');

jsonPeek({ prop: 'value' }); // {"prop": "value"}

Example

Input:

{
  "name": "json-peek",
  "version": "0.0.0",
  "description": "Stringify JSON *just enough* to see what it is",
  "main": "index.js",
  "repository": "https://github.com/jamiebuilds/json-peek",
  "author": "Jamie Kyle <[email protected]>",
  "license": "MIT",
  "keywords": [
    "json",
    "stringify",
    "peek",
    "preview",
    "pretty",
    "print"
  ],
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "ava"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "flow-bin": "^0.74.0"
  }
}

Output:

{"name": "json-peek", ...}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].