JSON

Tag details

Welcome to the 'JSON' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JSON'.

Look up Offsite Link "JSON" at The Free Dictionary

Latest blogosphere posts tagged “JSON”

  • DJ Rooftop @ Million Stylez video shoot for Supastar


    DJ ROOFTOP - MY BEST FRIEND IS MY GRINDAuthority Authority: 117
    I went to Million Stylez video shoot for his new hit single “Supastar” to check out how things went down. I bumped in to J-Son , Cakeboy and a guy dressed as Michel Jacksson…enjoy! If you haven’t heard Million Stylez new single “Supastar” yet, I suggest that you turn on your radio or buy it ...
    17 hours ago
  • Getting Java, C# and Perl to speak the same language (with JSON)


    TuVinhSoft .,JSCAuthority Authority: 437
    Using JSON examples in Java, C# and Perl to understand cross-platform architecture.I’ve been thinking a lot about architecture lately. It’s partially because Jenny and I are going to do our Beautiful Teams talk at the ITARC 2009 conference next week. But it’s also because I’ve been writing a lot of code ...
    20 hours ago
  • Use PHP to create a JSON object


    TipClique TutorialsAuthority Authority: 141
    seop.com Posted by phyxx This tutorial shows you how to use PHP to return a JSON object to a client. Tags: json , php © TipClique Tutorials , 2009. | Add comment | Browse all PHP Tutorials .
    1 day ago
  • Tech Note: Code Frenzy


    Little Green FootballsAuthority Authority: 612
    Here’s a tech note, also known as an open thread, as I delve into the wealth of new goodies in PHP 5. At some point after installing our new server last year, our gracious, kind, and all-powerful web hosting company upgraded our version of PHP from version 4 to version 5 — but somehow I missed the memo. Imagine my ...
    1 day ago
  • Handling RDF Statements with Apache Velocity


    YOKOFAKUNAuthority Authority: 103
    This post is about using Apache Velocity ( a Java-based template engine ) and the Jena RDF library. My aim was to use Velocity to handle the content of one or more RDF store without compiling, just by using a custom velocity template. This idea was much inspired by Egon Willighagens posts where the RDF was handled ...
    3 days ago
  • How To View JSON in a Pretty Way


    PeterKellner.netAuthority Authority: 415
      Cutting to the chase, I choose Vladimir Bodurov’s Color Formatter! For the past year or so, I’ve been working on a project that uses Microsoft’s ASP.NET MVC for providing data to our pure... This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high ...
    3 days ago
  • R has a JSON package


    What You're Doing Is Rather DesperateAuthority Authority: 99
    Named rjson , appropriately. It’s quite basic just now, but contains methods for interconversion between R objects and JSON. Something like this: > library(rjson)> data json json[1] "{\"a\":1,\"b\":2,\"c\":3}"> cat(json, file="data.json") Use cases? I wonder if RApache could be used to build an ...
    4 days ago
  • XMLSpys Most Wanted


    Altova BlogAuthority Authority: 406
    When we announced that Altova Software Version 2010 included over 70 of the features most requested by our customers, we werent talking about little tweaks and enhancements, but major new functionality ! To show you we mean business, Ill outline some of the most requested features added to XMLSpy 2010 here. WSDL ...
    5 days ago
  • Motorola DROID Review (Phone Arena Reviews)


    CTRL-F5Authority Authority: 461
    With a lot of attention in both ads featured online and television, the Motorola DROID is fast becoming a household name. We found very few faults with the phone – specifically the minor …
    1 week ago
  • Stackoverflow DevDays – My “slide deck”


    Wait till I come!Authority Authority: 521
    I am about to leave for the London Stackoverflow DevDay, and speakers were asked to keep their slides to a minimum of two pages and then show code instead. Now, here are the “slides” of my talk at the end of the day today: presentation = { intro:oh, hai, stuff:{ type:awesome, win:{ state:full }, ...
    1 week ago
  • Put Your Hands On Me


    Discobelle.netAuthority Authority: 583
    Tomorrow night sees the third edition of Smuts, the club night we run together with the WooBanger boys at Babel here in Malmö. Last time we had Bok Bok and Spoek who both did a mighty fine job of trying to turn the house upside down, wednesday sees Italian gone Londoner
    1 week ago
  • Breaking Hard Assembly Dependencies


    James Newton-KingAuthority Authority: 401
    Json.NET references a couple of assemblies that you wouldn’t expect for a JSON parser: System.Data.Linq (LINQ to SQL) System.Data.Entity (ADO.NET Entity Framework) Types from these assemblies are used to customize serialization behavior and make using Json.NET with them Just Work. While I always like things ...
    2 weeks ago
  • Efficient JSON with Json.NET – Reducing Serialized JSON Size


    James Newton-KingAuthority Authority: 401
    One of the common problems encountered when serializing .NET objects to JSON is that the JSON ends up containing a lot of unwanted properties and values. This can be especially important when returning JSON to the client. More JSON means more bandwidth and a slower website. To solve the issue of unwanted JSON ...
    2 weeks ago
  • JSON Encoding of .NET Objects


    Mad, Beautiful IdeasAuthority Authority: 115
    For a recent project, it was a user requirement that we be able to save a snapshot of some statistical data on demand. I decided that the best way to do this would be by saving a JSON representation of the data, since I was going to be providing a JavaScript method to render the data, and for comparisons, at a later ...
    2 weeks ago
  • Prefix Serialized JSON in ColdFusion


    Pete Freitag's HomepageAuthority Authority: 113
    When ColdFusion 8 added the ability to return data from remote functions formatted with JSON they also added some settings that allow you to put a prefix on the JSON string. Why would I want to prefix my JSON? The reason this setting exists is to prevent a hack called JSON hijacking . Services such as GMail, and ...
    2 weeks ago
  • HTTP Archive Specification: Firebug and HttpWatch


    High Performance Web SitesAuthority Authority: 556
    A few years ago, I set a goal to foster the creation of an Internet Performance Archive. The idea is similar to the Internet Archive . But whereas the Internet Archive’s Wayback Machine provides a history of the Web’s state of HTML, IPA would provide a history of the Web’s state of performance : total bytes ...
    3 weeks ago
  • J-Son – Head In the Sky


    Discobelle.netAuthority Authority: 583
    More new stuff from Swedish rappers!J-son and Same Blood is doing it big time with this release! The track “Head In the Sky” is part of the album “Never Half Stepping” that is released on November 26th. J-Son has previously done collabs with Malmös finest Lazee as well as big time Americans like 50 Cent [...]
    3 weeks ago
  • Dojo Grid


    Get a Freelance JobAuthority Authority: 180
    Provide an example of a simple dojo grid, using a json data file with 5 fields and “onrowclick event” displaying related data from another json data file in div container.
    3 weeks ago
  • Lookbehind in Regex searches


    PimpThisBlog.com - Latest published storiesAuthority Authority: 465
    I’ve said it before – Regex is not one of my strengths and although I use Regex expression quite frequently in code I’m in fear (literally) of using longer Regex expressions, fully expecting to look at my own Regex code and not remember what it does10 minutes later :-}. Ok, not quite so bad, but not completely ...
    3 weeks ago
  • Display JSON Data with jQuey and Ajax


    9lessonsAuthority Authority: 414
    JSON (Java Script Object Notation) is a lightweight data passing format and human readable contains java structures. In this post I want to explain Creating JSON file with PHP and Display JSON data using jquery and Ajax. Using JSON we can interchange data between the browsers and the server. Download Script     ...
    3 weeks ago

Comments about JSON

Personal attacks are NOT allowed
Please read our comment policy