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”

  • JSON and XML


    XML AficionadoAuthority Authority: 108
    Listening to bloggers over the last couple of years and also in talking to several developers in the industry it appeared to me that the JSON vs. XML debate seemed to primarily be a “religious” conflict – much like the “PC vs. Mac” or “Java vs. .NET” are to a large extent. I call it a religious ...
    1 day ago
  • Tech Note: Code Frenzy Continued


    Little Green FootballsAuthority Authority: 610
    As I mentioned yesterday, I recently discovered that the LGF server was running PHP 5, not PHP 4 as I thought, and I’ve been like a geek in a gadget store ever since. For years, the RSS news and blog feeds in our left sidebar were driven by a PHP 4 class called Magpie RSS , but now I’ve rewritten the LGF code to ...
    2 days ago
  • Building a simple Expression language with JJTree/Javacc . My Notebook


    YOKOFAKUNAuthority Authority: 106
    Last year, I described how to use the JAVACC a parser/scanner generator for java. This WE, Ive played with JJTREE: JJTree is a preprocessor for JavaCC that inserts parse tree building actions at various places in the JavaCC source.. Here I describe how to build a simple expression language to find an object in a ...
    2 days ago
  • 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 ...
    2 days ago
  • Getting Java, C# and Perl to speak the same language (with JSON)


    TuVinhSoft .,JSCAuthority Authority: 481
    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 ...
    2 days ago
  • Use PHP to create a JSON object


    TipClique TutorialsAuthority Authority: 142
    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 .
    3 days ago
  • Tech Note: Code Frenzy


    Little Green FootballsAuthority Authority: 610
    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 ...
    3 days ago
  • Handling RDF Statements with Apache Velocity


    YOKOFAKUNAuthority Authority: 106
    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 ...
    5 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 ...
    5 days ago
  • R has a JSON package


    What You're Doing Is Rather DesperateAuthority Authority: 98
    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 ...
    6 days ago
  • XMLSpys Most Wanted


    Altova BlogAuthority Authority: 409
    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 ...
    1 week ago
  • Motorola DROID Review (Phone Arena Reviews)


    CTRL-F5Authority Authority: 459
    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: 520
    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 }, ...
    2 weeks ago
  • Put Your Hands On Me


    Discobelle.netAuthority Authority: 574
    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
    2 weeks ago
  • Breaking Hard Assembly Dependencies


    James Newton-KingAuthority Authority: 98
    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: 98
    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: 113
    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: 114
    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 ...
    3 weeks ago
  • HTTP Archive Specification: Firebug and HttpWatch


    High Performance Web SitesAuthority Authority: 554
    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: 574
    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

Comments about json

Personal attacks are NOT allowed
Please read our comment policy