Changes between Version 1 and Version 2 of JSONInterface


Ignore:
Timestamp:
Apr 18, 2011, 12:28:25 PM (13 years ago)
Author:
jurzua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONInterface

    v1 v2  
    1212{{{
    1313#!div style="font-size: 80%"
    14 Code highlighting:
     14Output:
    1515  {{{#!python
    16   hello = lambda: "world"
     16{
     17    "entity": {
     18        "id": 432674,
     19        "attributes": [
     20            {
     21                "name": "name_translit",
     22                "value": "ʿAbbās Wasīm Efendī"
     23            },
     24            {
     25                "name": "url",
     26                "value": "http://islamsci.mcgill.ca/RASI/BEA/Abbas_Wasim_Efendi_BEA.htm"
     27            }
     28        ],
     29        "targets": [
     30            {
     31                "source": 432672,
     32                "name": "is_prime_alias_name_of",
     33                "target": 432674
     34            }
     35        ],
     36        "sources": [
     37            {
     38                "source": 432674,
     39                "name": "was_born_in",
     40                "target": 149169
     41            }
     42        ]
     43    }
     44}
    1745  }}}
    1846}}}