851 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
9 results tagged JSOn x
  • jq

    Top

    Tue 20 Oct 2020 01:09:14 PM CEST - permalink -
    - - - https://stedolan.github.io/jq/
    JSON
  • JSON API — A specification for building APIs in JSON
    Wed 06 Jan 2016 12:53:30 PM CET - permalink -
    - - - http://jsonapi.org/
    JSON REST
  • JSON Diff
    Tue 03 Mar 2015 03:46:47 PM CET - permalink -
    - - - http://tlrobinson.net/projects/javascript-fun/jsondiff/
    Diff JSON Tools
  • Designing a Beautiful REST+JSON API - Marakana
    Wed 06 Feb 2013 02:48:38 PM CET - permalink -
    - - - http://marakana.com/s/post/1221/designing_a_beautiful_rest_json_api_video
    JSOn REST
  • JSON Editor Online - view, edit and format JSON online - Liens en vrac de sebsauvage
    Thu 31 Jan 2013 11:11:46 AM CET - permalink -
    - - - http://sebsauvage.net/links/index.php?AITC_w
    Editor JSON Tools
  • jsondiff.com - Liens en vrac de sebsauvage

    C'est tip top ça ! Décidement, le JSON, c'est le pied :-)

    Thu 31 Jan 2013 11:11:09 AM CET - permalink -
    - - - http://sebsauvage.net/links/index.php?MILGOw
    JSON Tools
  • Determining if an object property exists | NCZOnline

    Pour déterminer si un élément d'un objet JSON existe ou non, pas besoin de jQuery ni de trucs farfelus !

    Prenons l'exemple de l’objet JSON suivant :
    [code]
    var person = {
    "name": "Fylhan"
    }
    [/code]
    Deux choix s'offrent à nous pour vérifier (comme il se doit) l’existence de l'élément "name".
    Avec "in" (si on se fiche de savoir si la propriété appartient à cet élément ou à son parent par héritage) :
    [code]
    if ('name' in person){
    //property exists
    }
    [/code]
    Ou avec "hasOwnProperty" :
    [code]
    if (person.hasOwnProperty('name')){
    //property exists
    }
    [/code]

    Mon 17 Dec 2012 03:00:08 PM CET - permalink -
    - - - http://www.nczonline.net/blog/2010/07/27/determining-if-an-object-property-exists/
    Javascript JSON
  • JSONiq - The JSON Query Language

    Certainement ce qu'il me faut pour me tâter vraiment du NoSQL !

    Fri 12 Oct 2012 10:08:26 AM CEST - permalink -
    - - - http://jsoniq.org/
    BDD Javascript JSOn NoSQL SQL
  • Dynamic Form Generation with JSON Schema. | Daemon.co.za

    Voilà qui pourrait déjà plus ressembler à du mieux !

    Fri 05 Oct 2012 01:01:34 AM CEST - permalink -
    - - - http://daemon.co.za/2012/05/dynamic-forms-json-schema/
    Form JSON Tool
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation