• Stars
    star
    134
  • Rank 263,271 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JSON pretty print for Golang.

prettyjson

JSON pretty print for Golang.

Example

import "github.com/hokaccha/go-prettyjson"

v := map[string]interface{}{
    "str": "foo",
    "num": 100,
    "bool": false,
    "null": nil,
    "array": []string{"foo", "bar", "baz"},
    "map": map[string]interface{}{
        "foo": "bar",
    },
}
s, _ := prettyjson.Marshal(v)
fmt.Println(string(s))

Output

License

MIT

More Repositories

1

node-jwt-simple

JWT(JSON Web Token) encode and decode module for node.js
JavaScript
1,365
star
2

nodebrew

Node.js version manager
Perl
1,046
star
3

js-flipsnap

snap scroll for touch device.
JavaScript
482
star
4

simpacker

Use modern JavaScript build system in Rails.
Ruby
134
star
5

react-micro-container

Micro framework for React
JavaScript
89
star
6

sprinkler

End To End Testing framework.
Go
49
star
7

mabiki

Provides throttle and debounce, which are compatible with lodash.
TypeScript
36
star
8

browserify-rails-example

Ruby
30
star
9

js-zip2address

jsで郵便番号から住所検索。google日本語検索使用。
JavaScript
30
star
10

immup

Update deeply nested objects/arrays without changing the original source
JavaScript
23
star
11

backbone-hands-on

Backbone.js ハンズオン講座
JavaScript
20
star
12

js-meca

markup engineer's coding adminicle javascript library
JavaScript
17
star
13

vim-html5validator

html5 validator vim plugin using validator.nu API.
Vim Script
17
star
14

x-sushiyuki

15
star
15

electron-template-2021

TypeScript
11
star
16

svg2raphael

svg2raphael web site
JavaScript
11
star
17

node-confy

Manage settings library, like as pit.
JavaScript
10
star
18

react-rails-example

Ruby
10
star
19

jekyll-template

Ruby
9
star
20

vim-prove

prove for vim plugin.
Vim Script
9
star
21

twitter-bot-kanojo

twitter kanojo bot using Google App Engine + JRuby
Ruby
9
star
22

ie-buglist.org

web site about IE bug. powerd by Ark
Perl
9
star
23

apimock-middleware

connect middleware for API Mocking.
JavaScript
9
star
24

atom-japanese-dictionary

英和/和英の辞書を引くためのAtomパッケージ
CoffeeScript
8
star
25

node-chain-tiny

A simple control flow library.
JavaScript
7
star
26

graphql-codegen-example-for-techlife

TypeScript
7
star
27

slides

my public slides
JavaScript
7
star
28

webtech-walker

webtech-walker blog
HTML
6
star
29

electron-starter

My Electron starter kit
TypeScript
5
star
30

grpc-web-proxy-nginx

JavaScript
5
star
31

google-inapp-payment-sample-node

Node.jsで実装したGoogle In-app paymentのサンプルアプリ
JavaScript
5
star
32

graphql-cli

JavaScript
5
star
33

tomoe

Tomoe API client
Go
5
star
34

node-data-section

Read data from comment, like a perl's Data::Section::Simple.
JavaScript
5
star
35

mocha-phantom-travis-test

mochaとphantomJSとtravis-ciでテストできるか実験
JavaScript
5
star
36

atom-sonots

CSS
5
star
37

react-micro-flyout

A react component that provides minimum feature for flyout
JavaScript
4
star
38

frontend-dev-env

JavaScript
4
star
39

js-count-this

JavaScript
4
star
40

atom-open-github-from-npm

Open GitHub URL from npm package name
CoffeeScript
4
star
41

gm-html5validator

HTML5 Validator For Greasemonkey
JavaScript
4
star
42

relay-handbook

Relay Handbook
4
star
43

eslint-config

My eslint config
JavaScript
3
star
44

draftan

TypeScript
3
star
45

titanium-sugamo.css

Titanium application for Sugamo.css
JavaScript
3
star
46

module-setup-flavors

my module setup flavors
Perl
3
star
47

jquery.ui.slideDownStream

JavaScript
3
star
48

vim-perllocallib

Set local::lib environment variables.
Vim Script
3
star
49

node-freee-api

JavaScript
3
star
50

i-sourceview

HTML source viewer for iPhone/iPad.
Python
3
star
51

linter-coffeescript

Linter plugin for CoffeeScript in the Atom text editor
CoffeeScript
2
star
52

graphql-examples

JavaScript
2
star
53

slidetool

HTML base slide tool.
JavaScript
2
star
54

drawing

JavaScript
2
star
55

node-await-flow

A simple async/await module, abstraction of node-fibers.
JavaScript
2
star
56

js-storageDB

localStorageをDB風に使うためのライブラリ
JavaScript
2
star
57

sql-formatter

TypeScript
2
star
58

node-connect-external-sass

node-connect middleware for sass. using external ruby sass command.
JavaScript
2
star
59

tolymer-score-input-prototype

JavaScript
1
star
60

vscode-graphql-schema-linter

TypeScript
1
star
61

homebrew-sprinkler

Ruby
1
star
62

bagman

JavaScript
1
star
63

react-flex-frame

1
star
64

mysql2-query-logger

Ruby
1
star
65

atom-spec-tree-view

List and jump to line in the current spec file.
CoffeeScript
1
star
66

isucon-trial-noder

PHP
1
star
67

react-backbone-example

JavaScript
1
star
68

homebrew-tomoe

Ruby
1
star
69

create-react-app-ts-dev

JavaScript
1
star
70

atom-project-finder

A Atom package for finding and opening projects
CoffeeScript
1
star
71

browserbench

Go
1
star
72

github-url-from-npm

Get GitHub URL from npm module name
JavaScript
1
star
73

css-spec

JavaScript
1
star
74

isucon9q

TypeScript
1
star