O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by Rick001 : Feb 19 2013 03:50 PM
Almost there - you only need to double quote the object key pairs. it should look like this:
{"strUseExtID":"false","strObject":"Deal_Support_Requests__c",&quo... full answer >
Answered by Rick001 : Nov 23 2012 06:25 PM
Hello Marrco... the short answer to your question is that I would use logic in your script based against values in your JSON/Buttons. JSON is not meant to hold logic - though you are doing so "s... full answer >
Programming Hive coauthor Dean Wampler has three easy suggestions:
1. Use external tables to easily query data already in Hadoop.
2. Use partitioned tables to optimize the performance of common &quo...
Answered by odewahn1 : Aug 17 2011 05:03 PM
Hi. I might be missing something, but just based on the structure of the JSON, I think you need to put the array index first since everything inside the "[...]" is an array, and then the ha... full answer >
Sometimes you need to visualize the data that you collect from Facebook. The following excerpt from the recent O'Reilly publication Mining the Social Web offers some insight into doing so with thi...
The following excerpt from Javascript Patterns shows you how to use remote scripting to communicate with the server from Javascript.Today’s web applications often use remote scri...
Introduction
In this week's companion article on the Radar blog, I discuss how principles of common-sense information architecture govern whether public events posted to Facebook will or won't be...
Introduction
In this week's companion article on the Radar blog, I discuss a feature of the elmcity service that enables curators to find web pages that mention recurring events. The elmcity serv...
The following excerpt is from Javascript Patterns. The author explains the use of JSON, gives a few words of advice, and provides a handful of examples.Let’s take a look at JSON, which sta...
Answered by dampier : Dec 10 2010 09:41 PM
MongoLab is doing an elegant job of putting a RESTful facade on top of MongoDB.
The API is clean and lightweight, and of course with MongoDB interactive / ad-hoc queries are not a problem.
MongoLab ... full answer >