684 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
8 results tagged JSON x
  • JSON API — A specification for building APIs in JSON
    Wed Jan 6 12:53:30 2016 - permalink -
    - - - http://jsonapi.org/
    JSON REST
  • JSON Diff
    Tue Mar 3 15:46:47 2015 - permalink -
    - - - http://tlrobinson.net/projects/javascript-fun/jsondiff/
    Diff JSON Tools
  • Designing a Beautiful REST+JSON API - Marakana
    Wed Feb 6 14:48:38 2013 - 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 Jan 31 11:11:46 2013 - 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 Jan 31 11:11:09 2013 - 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 Dec 17 15:00:08 2012 - 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 Oct 12 10:08:26 2012 - 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 Oct 5 01:01:34 2012 - 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