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

    November 24, 2022 at 9:33:44 AM GMT+1 * - permalink - archive.org - https://flosell.github.io/iam-policy-json-to-terraform/
    aws hcl iam json terraform
  • thumbnail
    jsonlint — Homebrew Formulae
    March 9, 2022 at 2:10:00 PM GMT+1 * - permalink - archive.org - https://formulae.brew.sh/formula/jsonlint#default
    json lint mac
  • thumbnail
    Django-Forms with json fields - Stack Overflow
    June 18, 2020 at 11:22:16 AM GMT+2 - permalink - archive.org - https://stackoverflow.com/questions/14626702/django-forms-with-json-fields
    django json
  • JSON Schema | The home of JSON Schema
    June 4, 2020 at 10:41:39 AM GMT+2 - permalink - archive.org - https://json-schema.org/
    json python validation
  • JSON Web Token Introduction - jwt.io
    August 5, 2018 at 10:49:46 PM GMT+2 - permalink - archive.org - https://jwt.io/introduction/
    api json jwt
  • JSON API — Latest Specification (v1.0)
    August 5, 2018 at 10:37:33 PM GMT+2 - 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.

    March 26, 2018 at 9:35:40 AM GMT+2 - 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

    November 22, 2017 at 4:26:51 PM GMT+1 - permalink - archive.org - https://github.com/goldenlynx/jsn
    jq json
  • jq
    November 2, 2016 at 3:34:36 PM GMT+1 - 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

    January 29, 2016 at 2:15:44 PM GMT+1 - permalink - archive.org - https://github.com/Kinto/kinto/
    db json sync
  • Tutorial

    Bash scripting will never die!

    September 26, 2015 at 2:07:14 PM GMT+2 - permalink - archive.org - https://stedolan.github.io/jq/tutorial/
    jq json
  • micha/jsawk
    September 18, 2015 at 12:30:06 PM GMT+2 - permalink - archive.org - https://github.com/micha/jsawk
    awk grep json
  • Convert JSON to YAML
    April 7, 2015 at 6:25:44 PM GMT+2 - permalink - archive.org - http://www.json2yaml.com/
    json yaml
  • json diff
    February 19, 2015 at 2:15:35 PM GMT+1 - 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

    September 3, 2014 at 10:33:46 AM GMT+2 - 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

    November 21, 2013 at 3:53:39 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json-from-the-command-line
    json python
  • Regex tester
    September 23, 2013 at 3:34:58 PM GMT+2 - permalink - archive.org - http://www.lumadis.be/regex/test_regex.php
    json tools
  • JSON Editor Online - view, edit and format JSON online
    September 23, 2013 at 3:34:43 PM GMT+2 - permalink - archive.org - http://jsoneditoronline.org/
    json tools
  • http://www.rfc-editor.org/rfc/rfc6902.txt
    April 3, 2013 at 11:18:41 AM GMT+2 - 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?")
    July 19, 2012 at 5:13:35 PM GMT+2 - 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