4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
22 results tagged json x
  • iam-policy-json-to-terraform - Easily convert AWS IAM policies to Terraform HCL

    via nedim

    2022年11月24日 GMT+1 上午9:33:44 * - permalink - archive.org - https://flosell.github.io/iam-policy-json-to-terraform/
    aws hcl iam json terraform
  • thumbnail
    jsonlint — Homebrew Formulae
    2022年3月9日 GMT+1 下午2:10:00 * - permalink - archive.org - https://formulae.brew.sh/formula/jsonlint#default
    json lint mac
  • thumbnail
    Django-Forms with json fields - Stack Overflow
    2020年6月18日 GMT+2 上午11:22:16 - permalink - archive.org - https://stackoverflow.com/questions/14626702/django-forms-with-json-fields
    django json
  • JSON Schema | The home of JSON Schema
    2020年6月4日 GMT+2 上午10:41:39 - permalink - archive.org - https://json-schema.org/
    json python validation
  • JSON Web Token Introduction - jwt.io
    2018年8月5日 GMT+2 下午10:49:46 - permalink - archive.org - https://jwt.io/introduction/
    api json jwt
  • JSON API — Latest Specification (v1.0)
    2018年8月5日 GMT+2 下午10:37:33 - permalink - archive.org - http://jsonapi.org/format/
    api format json jsonapi
  • thumbnail
    javascript - Is a list/array valid JSON? - Stack Overflow

    31
    down vote
    accepted

    Both forms are valid. However, for an API, I would recommend the second form. The reason is that it gives you a path for expansion of your API.

    For example, if you have an API getUsersInGroup which returns an array of user objects, and later you decide you want to include, say, some aggregate statistics about the users being returned, there's no easy way to do that without breaking existing clients (or including lots of redundant data in each user object). If you use an object, you simply add another field to the object which is silently ignored by clients on a previous version of the API.

    In short, try to avoid top-level primitives wherever possible in your API, and you'll find it easier to expand in the future.

    2018年3月26日 GMT+2 上午9:35:40 - permalink - archive.org - https://stackoverflow.com/questions/19623339/is-a-list-array-valid-json
    api json
  • thumbnail
    GitHub - goldenlynx/jsn: An absolutely simple & terse CLI app to manipulate JSON data

    pour manipuler du json en cmdline à la jq

    2017年11月22日 GMT+1 下午4:26:51 - permalink - archive.org - https://github.com/goldenlynx/jsn
    jq json
  • jq
    2016年11月2日 GMT+1 下午3:34:36 - permalink - archive.org - https://stedolan.github.io/jq/
    cmdline json parse
  • Kinto/kinto

    Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.

    ça peut servir

    2016年1月29日 GMT+1 下午2:15:44 - permalink - archive.org - https://github.com/Kinto/kinto/
    db json sync
  • Tutorial

    Bash scripting will never die!

    2015年9月26日 GMT+2 下午2:07:14 - permalink - archive.org - https://stedolan.github.io/jq/tutorial/
    jq json
  • micha/jsawk
    2015年9月18日 GMT+2 下午12:30:06 - permalink - archive.org - https://github.com/micha/jsawk
    awk grep json
  • Convert JSON to YAML
    2015年4月7日 GMT+2 下午6:25:44 - permalink - archive.org - http://www.json2yaml.com/
    json yaml
  • json diff
    2015年2月19日 GMT+1 下午2:15:35 - permalink - archive.org - http://tlrobinson.net/projects/javascript-fun/jsondiff
    diff json
  • thumbnail
    unix - How can I pretty-print JSON? - Stack Overflow

    How to pretty print a json string :

    cat pref.json | python -m json.tool

    for uuoc nazi ;) :

    < pref.json python -m json.tool
    or
    python -m json.tool < pref.json

    2014年9月3日 GMT+2 上午10:33:46 - permalink - archive.org - http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json
    commandline json linux pretty print python
  • thumbnail
    unix - How can I pretty-print JSON from the command line? - Stack Overflow

    Pour rendre un json lisible :

    cmd_qui_donne_du_json | python -mjson.tool

    2013年11月21日 GMT+1 下午3:53:39 - permalink - archive.org - http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json-from-the-command-line
    json python
  • Regex tester
    2013年9月23日 GMT+2 下午3:34:58 - permalink - archive.org - http://www.lumadis.be/regex/test_regex.php
    json tools
  • JSON Editor Online - view, edit and format JSON online
    2013年9月23日 GMT+2 下午3:34:43 - permalink - archive.org - http://jsoneditoronline.org/
    json tools
  • http://www.rfc-editor.org/rfc/rfc6902.txt
    2013年4月3日 GMT+2 上午11:18:41 - permalink - archive.org - http://www.rfc-editor.org/rfc/rfc6902.txt
    json rfc
  • Every day JSON work: comparing JSON documents for equality ("are these JSONS same?")
    2012年7月19日 GMT+2 下午5:13:35 - permalink - archive.org - http://www.cowtowncoder.com/blog/archives/2010/07/entry_406.html
    java json
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation