Json.NET:
Hi,If a property name changes I want to be able to map it to a new property name.Say I have a Person object with the FullName property and I have save a json representation of this to a file.Now I have decided to change the p (Read More)
Json.NET:
Hello,Lately im fighting with an error that i get only in the CF edition of the library.I use the serializer extensively with objects and files transferring them through TCP Sockets.Everything works great on my desktop client (Read More)
Submitted by jgmize
from Google Reader:
In part of my ongoing performance work in our CouchDB+Python application I’ve decided to sit down and profile JSON performance in the different open source libraries available for Python.I ran this test profiling json (pure P (Read More)
Yahoo! User Interface Blog:
The @YUILibrary account on Twitter is a good information source for those of us who follow the project. Many of the individual developers who write YUI code every day are now on the service as well, and I wanted to gather all (Read More)
Json.NET:
Hello,I'm in a bit of a crunch and hope someone can help me figure this out. I'm currently using the Newtonsoft.Json.Net20.dll for an application that needs to be deployed in asp.net 2.0. It's running fine on my local machine (Read More)
Json.NET:
HiI have a client-side collection that can contain classes which descend from a parent. For instance I might have a class called fruit, and two subclasses apple and orange. In the client I have an object List and it is filled (Read More)
Json.NET:
Hello, I'm new to JSON technology but I need to create a .net web service that uses JSON serialization to generate responses.
Can anyone post a sample solution to achieve this goal?
Best regards
Alessandro. (Read More)
Submitted by jungleg
from Google Reader:
The other day, I wrote the popular 10 Things You Need to Know About WordPress 2.9. As usual, most people are very excited about the new release which is now in beta and available for testing. In the article, I made a few fund (Read More)
Json.NET:
Hi to all, I encountered this problem in the project to which I am working on.We've got this model: public interface IPosInfo { string UID { get; } TipoPos Tipo { get; set; }}public interface IPos : IPosInfo { IColle (Read More)
Submitted by loucypher
from Google Reader:
(You are encouraged to read this article with its formatting and typography intact, instead of in this RSS reader)Introduction & RationaleWhat if there was a backwards compatible way to transfer all of the resources that are (Read More)
ReadWriteWeb:
Most text excerpts that appear on search results pages aren't very useful. Imagine if instead your search engine showed a list of clear sentences summarizing the contents of each link on that search result page. That's what (Read More)
Ajaxian:
Ah the magical 1.0 release. It can feel so illusive :)Kris Zyp has announced the 1.0 of his Persevere uber-server:Persevere is JavaScript storage and application server that uses standards-based interface of HTTP/REST, JSON-R (Read More)
Submitted by mogston
from blog:
Ah the magical 1.0 release. It can feel so illusive :)Kris Zyp has announced the 1.0 of his Persevere uber-server:Persevere is JavaScript storage and application server that uses standards-based interface of HTTP/REST, JSON-R (Read More)
Submitted by jgmize
from Google Reader:
As I mentioned in my last entry I'm now working on a Silverlight application with Django on the backend. This means that we're using Django to serve json to the Silverlight application, so whilst we're using the Django ORM, u (Read More)
Submitted by chacha102
from Twitter:
@Kichigai Probably wasn't the best example, but it is mainly figuring out how it and the JSON Decoder, Page Grabber, interact together. (Read More)
dzone.com: javascript:
Persevere 1.0 is now available for download. Persevere is JavaScript storage and application server that uses standards-based interface of HTTP/REST, JSON-RPC, JSONPath, and REST Channels. Persevere is designed for rich clie (Read More)
Yahoo! Developer Network blog:
OverviewDo you enjoy peering into the abyss of structured data? Do floating swirls of abstraction wrapped in the churlish embrace of XML get your goat? Yeah, you got issues, but read on anyway. Please? Meet my baby-blue-eyed (Read More)
Submitted by browneyes
from Google Reader:
はじめに Google から新プログラミング言語 The Go Programming Language が発表されましたね! というわけで、さっそく試してみたいと思います。 環境は Mac OS X 10.6 インストール さっそくインストール Installing Go を見ながら 環境の準備 ディレクトリを作るamacbook% cd ~amacbook% mkdir goamacbook% mk (Read More)