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

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

    26 mars 2018 à 09:35:40 UTC+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

    22 novembre 2017 à 16:26:51 UTC+1 - permalink - archive.org - https://github.com/goldenlynx/jsn
    jq json
  • jq
    2 novembre 2016 à 15:34:36 UTC+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

    29 janvier 2016 à 14:15:44 UTC+1 - permalink - archive.org - https://github.com/Kinto/kinto/
    db json sync
  • Tutorial

    Bash scripting will never die!

    26 septembre 2015 à 14:07:14 UTC+2 - permalink - archive.org - https://stedolan.github.io/jq/tutorial/
    jq json
  • micha/jsawk
    18 septembre 2015 à 12:30:06 UTC+2 - permalink - archive.org - https://github.com/micha/jsawk
    awk grep json
  • Convert JSON to YAML
    7 avril 2015 à 18:25:44 UTC+2 - permalink - archive.org - http://www.json2yaml.com/
    json yaml
  • json diff
    19 février 2015 à 14:15:35 UTC+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

    3 septembre 2014 à 10:33:46 UTC+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

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