Advertising
advertising
related pastes to tag 'json'
- 2075249 - JSON: linux json arch archlinux biteme
-
- :) pacman -Ss json
- extra/json-glib 0.12.4-1 [0.08 MB] [installed]
- JSON library built on GLib
- extra/qjson 0.7.1-1 [0.05 MB]
- A qt-based library that maps JSON data to QVariant objects
- community/couchdb 1.0.2-3 [0.54 MB] [installed]
- A document-oriented database that can be queried and indexed in a MapReduce
- fashion using JSON
- 2075233 - JSON: linux json arch archlinux biteme
-
- :) pacman -Ss json
- extra/json-glib 0.12.4-1 [0.08 MB] [installed]
- JSON library built on GLib
- extra/qjson 0.7.1-1 [0.05 MB]
- A qt-based library that maps JSON data to QVariant objects
- community/couchdb 1.0.2-3 [0.54 MB] [installed]
- A document-oriented database that can be queried and indexed in a MapReduce
- fashion using JSON
- 2075231 - JSON: linux json arch archlinux biteme
-
- :) pacman -Ss json
- extra/json-glib 0.12.4-1 [0.08 MB] [installed]
- JSON library built on GLib
- extra/qjson 0.7.1-1 [0.05 MB]
- A qt-based library that maps JSON data to QVariant objects
- community/couchdb 1.0.2-3 [0.54 MB] [installed]
- A document-oriented database that can be queried and indexed in a MapReduce
- fashion using JSON
- 2073801 - json sample: javascript json
-
- // ejemplo de notacion json
- var punto2d = {
- x: 1
- , y: 1
- }
- 1994111 - php json encode with javascript : php javascript json function encode
-
- // PHP 4 >= 4.0.1, PHP 5
- {
- '/(?<=:)"function\((?:(?!}").)*}"/',
- json_encode($array)
- );
- 1488970 - Web Service Encoded for PHP: php xml json service web
-
- <?php
- // PHP Web Service Encoder
- //
- // Takes arbitrary data and encodes it to be returned (usually as a web service)
- //
- // Data Formats Supported:
- // - XML
- // - JSON
- 1488968 - Web Service Encoded for PHP: php xml json service web
-
- <?php
- // PHP Web Service Encoder
- //
- // Takes arbitrary data and encodes it to be returned (usually as a web service)
- //
- // Data Formats Supported:
- // - XML
- // - JSON
- 595487 - json sample: javascript json
-
- // ejemplo de notacion json
- var punto2d = {
- x: 1
- , y: 1
- }