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
"JSON"
at The Free Dictionary
Latest blogosphere posts tagged “JSON”
-
Django json support
The Voidspace Techie Blog —
Authority: 404
As I mentioned in my last entry Im now working on a Silverlight application with Django on the backend. This means that were using Django to serve json to the Silverlight application, so whilst were using the Django ORM, url routing and authentication we arent using its templating. ... [586 words]1 day ago -
Tech Note: RSS Reader Rewritten
Little Green Footballs —
Authority: 611
Our left-column Ajax RSS widget, with a drop-down list of news sites and blogs that lets you check out their current RSS feeds, has been completely rewritten. The code now uses PHP’s native SimpleXML object library to parse all three flavors of RSS (0.92, 1.0, and 2.0) or ATOM feeds. Namespacing, XPATH, and ...3 days ago -
The JSON Schema Behind the Entitlements Service
DocTeger —
Authority: 113
What better day than Friday the 13th to write about the JavaScript Object Notation (JSON) schema used by the Entitlements Service to write the privilege objects returned by Those DarlinOpenSSO REST Policy Evaluation Interfaces . JSON is relatively easy to read and understand. According to Introducing JSON , it is ...3 days ago -
Bitsy Box: A CMS Made for Developers
WebHostingFan.com —
Authority: 124
In a market saturated with content management systems that basically do all the same things, it is important for software vendors to come up with new products that stand out from the rest. Every other product is advertised as “easy to use”, rarely ever do you see one blatantly catering to webmasters rich in ...4 days ago -
JSON and XML
XML Aficionado —
Authority: 114
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 ...6 days ago -
Tech Note: Code Frenzy Continued
Little Green Footballs —
Authority: 611
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 ...1 week ago -
Building a simple Expression language with JJTree/Javacc . My Notebook
YOKOFAKUN —
Authority: 115
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 ...1 week ago -
DJ Rooftop @ Million Stylez video shoot for Supastar
DJ ROOFTOP - MY BEST FRIEND IS MY GRIND —
Authority: 114
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 ...1 week ago -
Getting Java, C# and Perl to speak the same language (with JSON)
TuVinhSoft .,JSC —
Authority: 434
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 ...1 week ago -
Use PHP to create a JSON object
TipClique Tutorials —
Authority: 143
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 week ago -
Tech Note: Code Frenzy
Little Green Footballs —
Authority: 611
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 week ago -
Handling RDF Statements with Apache Velocity
YOKOFAKUN —
Authority: 115
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 ...1 week ago -
How To View JSON in a Pretty Way
PeterKellner.net —
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 ...1 week ago -
R has a JSON package
What You're Doing Is Rather Desperate —
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 ...1 week ago -
XMLSpys Most Wanted
Altova Blog —
Authority: 411
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-F5 —
Authority: 163
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 …2 weeks ago -
Stackoverflow DevDays – My “slide deck”
Wait till I come! —
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.net —
Authority: 589
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 Londoner2 weeks ago -
Breaking Hard Assembly Dependencies
James Newton-King —
Authority: 104
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 ...3 weeks ago -
Efficient JSON with Json.NET – Reducing Serialized JSON Size
James Newton-King —
Authority: 104
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 ...3 weeks ago