Skip to main content

Home/ Coders/ Group items tagged Json

Rss Feed Group items tagged

Rick Fan

Updating extensions for Firefox 3.1 - MDC - 0 views

  • The textbox type timed is deprecated; instead, you should use search.
  • The JSON.jsm JavaScript module was dropped in Firefox 3.1 in favor of native JSON object support
  • if (typeof(JSON) == "undefined") {    Components.utils.import("resource://gre/modules/JSON.jsm");    JSON.parse = JSON.fromString;    JSON.stringify = JSON.toString;  }  
alex gross

C# to JavaScript: HOWTO Declare JSON - JavaScript Object Notation - 5 views

  •  
    JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). This example illustrates how to declare a JSON Contact structure.
Joel Bennett

Fastest JSON Serializer for .NET - ServiceStack.net - 4 views

  •  
    ServiceStack JsonSerializer is based on JSV (the fastest text serializer for .NET), and is over 3.6x times faster than the BCL JsonDataContractSerializer and is around 3x faster than NewtonSoft JSON.NET (the previous fastest JSON serializer benchmarked).
laurentaylor572

Top 10 Most Popular Best JSON Tutorial Websites - 0 views

  •  
    Here is Top 10 JSON tutorial websites ranked by estimated traffic statistics, global rank and country rank.
Zulkarnain K.

JSONx - 6 views

  •  
    JSONx is an IBM® standard format to represent JSON as XML. JSONx conversion rules specify how a DataPower® service converts a JSON structure to JSONx (XML).
roberthayes222

NoSQL Storage Api, NoSQL cloud Api, NoSQL Database Storage Api - 0 views

  • NoSQL Storage On the fly database creation for your app on the cloud Store app data in JSON objects at App42 Cloud in Single API call Powerful Query Interface to fetch your stored JSON objects Support of Map Reduce on your stored JSON objects No worries of installation, data disaster and recovery Runs inside scalable and secure App42 platform
Joel Bennett

Open Data Protocol Q&A - 1 views

  •  
    "The Open Data Protocol (OData) is a web protocol for querying and updating data. OData applies web technologies such as HTTP, Atom Publishing Protocol (AtomPub) and JSON to provide access to information from a variety of applications, services, and stores. OData emerged organically based on the experiences implementing AtomPub clients and servers in a variety of products over the past several years."
Joel Bennett

Open source .NET and Mono web services framework - 10 views

  •  
    ServiceStack is a high-performance Open source .NET REST web services framework that simplifies the development of XML, JSON and SOAP Web Services.
yc c

gotAPI.com - Documentation search engine - 2 views

  •  
    gotAPI helps you find functions, classes, methods, properties, styles, tags, constants and more \n Search In\nActionScript 2.0, ActionScript 3.0, Adobe Flex 2, Adobe Flex 3.3, Apache Ant, Apache Commons, Apache RegExp, Apache Struts 1.1, Berkley DB XML, Bluetooth and OBEX, C++, CakePHP 1.2, Castor, CDC, CLDC, ColdFusion MX-7, ColdFusion MX-8, CSS, CSS, DbUnit 2.4.5, Dinkumware C/C++, DITA 1.1, DocBook, Dojo Toolkit 1.3, Drupal, Eclipse Platform 2.1, Erlang, Flickr API, FP, Google GWT, Google GWT+Gears, Groovy, Haskell, Hibernate, HTML, HTML, HttpUnit, J2EE 5.0, Java 1.5, Java 1.6, JavaScript, JavaScript, jQuery, JSON LIB, JSTL, JUnit, Log4J, MIDP, Mobile Media, MochiKit, MooTools, MySQL 4.1, OpenGL 2.1, Oracle 10g, Oracle 9i, Orb API 2.0, OSGi Platform 4.1, PBP, Perl 5.10, PHP, PostgreSQL 8.3, Prototype.js, Python 2.6.1, RMagick 1.15, RogueWave, Ruby Std Libraries, Ruby/Rails, Scala 2.7.3, Schema (XSD), Script.aculo.us 1.8, Selenium 0.8.2, Sicstus Prolog, Simple DirectMedia Layer, Spring Framework 2.0, Symphony 1.2, Twitter API, Web Services, XML DOM, XPath 2.0, XSL 2.0, Yahoo! UI\n
Zulkarnain K.

JGate - Cloud Computing - 3 views

  •  
    JGate provides free AppJet hosting. AppJet is a proven technology stack that includes Rhino, Cloudscape/Derby, Jetty, Lucene, Comet, Processing, JQuery, XMLRPC and JSON. Programmers use it to produce server-powered, highly interactive web applications in a fraction of the time normally needed.
htmlslicemate.com

Whoops! PHP Errors for Cool Kids - 0 views

  •  
    Whoops is a small library, available as a Composer package, that helps you handle errors and exceptions across your PHP projects. Out of the box, you get a sleek, intuitive and informative error page each time something goes pants-up in your application. Even better, under all that is a very straight-forward, but flexible, toolset for dealing with errors in a way that makes sense for whatever it is that you're doing. The library's main features are: Detailed and intuitive page for errors and exceptions Code view for all frames Focus on error/exception analysis through the use of custom, simple middle-ware/handlers Support for JSON and AJAX requests Included providers for Silex and Zend projects through the bundled providers, and included as part of the Laravel 4 core Clean, compact, and tested code-base, with no extra dependencies
Mike More

How to Build a Twitter Backup App in DotNet - 4 views

  •  
    Since Twitter only allows us to pull your last 3200 Tweets, people are using many online services to archive their Tweets. However, if you are interested to do it yourself in .Net, this tutorial would be a good kickstart.
Joel Bennett

Mockaroo - Random Data Generator | CSV / JSON / SQL / Excel - 9 views

  •  
    Get mock data from a web service...
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
Joel Bennett

RestSharp - 4 views

  •  
    RestSharp is an open source REST client for .NET
Joel Bennett

jLinq - LINQ for JSON - 4 views

  •  
    jLinq is a fully extensible Javascript library that claims to allow you to perform "LINQ style" queries on arrays of objects. Really it's a "fluent" notation like LINQ, and isn't LINQ at all, but it's still quite nice.
Joel Bennett

Open Data Protocol - 2 views

  •  
    "Microsoft has released OData under the Open Specification Promise (OSP) to allow anyone to freely interoperate with OData implementations. We intend on working with the community to move the features of OData into future version of AtomPub or other appropriate standards. "
1 - 19 of 19
Showing 20 items per page