Quantcast








     

Issue using XStream JSON parser, multiple entries in a Map

stackoverflow.com - 2012-02-27 18:37:14 - Similar - Report/Block

I have a class ReportData , that has a Map <Integer, SomeObject> and elements are to, represented here as SomeMap After running this bean through xstream as follows i notice 2 entry elements instead of one XStream xstream = new XStream(new JettisonMappedXmlDriver()); xstream.setMode(XStream.NO_REFERENCES); System.out...

Load jar from class java file

stackoverflow.com - 2012-05-15 02:30:56 - Similar - Report/Block

I have a java class and I want to Load a class inside a external jar. The jar is xstream-1.4.2.jar the class is com.thoughtworks.xstream.XStream I search in google but I cant insert an external reference to my project (jar) this is my code: File file = new File("c:\\cubrid\ in\\xstream-1.4.2.jar"); URL url = file.toURL(); URL[] urls = ne...

UTF-8 conversion?

stackoverflow.com - 2012-04-14 22:08:35 - Similar - Report/Block

I'm grabbing a JSON feed but weird characters shows up in the JSON feed. For example pass\u00e9 represents passé. i already utf-8 it with NSUTF8StringEncoding i'm using the next JSON: NSString *jsonString = [NSString stringWithContentsOfURL:[NSURL URLWithString:UrlXml] encoding:NSUTF8StringEncoding error:nil]; SBJSON *parser = [[SBJSO...

xCode JSON marshalling and unmarshalling with SBJSON

stackoverflow.com - 2012-03-15 13:05:56 - Similar - Report/Block

I am developing an application for both Android and iPhone and I am having a problem marshalling and unmarshalling on iPhone. With Android it is easy enough, I am using Jackson JSON parser and there are plenty of tutorials online which made it easy to use. On the iPhone I am using SBJSON parser, however there seems to be a real lack of in...

gcc Makefile: Variable Substitution error with %

stackoverflow.com - 2012-03-01 13:14:46 - Similar - Report/Block

My make file has worked, up until I tried some variable substitution. %.o is not recognized. I get make: No rule to make target `%.o', needed by `parser'. Stop. CC=gcc CFLAGS=-ansi -pedantic -Wall -ggdb3 PROJECT=project.c project.h PARSER=parser.c parser.h OBJ=project.o parser.o #CFILE=project.c parser.c #1 no problem #parser: project.o...

How can I use ua-parser in my application?

stackoverflow.com - 2013-03-22 10:24:57 - Similar - Report/Block

How can i use "ua-parser" in my web application?. I can't find any jar archive in git hub repository https://github.com/tobie/ua-parser . I searched google but I can't find any websites for ua-parser. Where can i download ua-parser for jar archive?. Is there any website for ua-parser? Is anybody using ua-parser?. Please help me.

Android XmlPullParser error

stackoverflow.com - 2013-02-27 06:04:09 - Similar - Report/Block

I've found good example how to parse XML in android.com. Here is part of http://developer.android.com/training/ba sics/network-ops/xml.html private String readLink(XmlPullParser parser) throws IOException, XmlPullParserException { String link = ""; parser.require(XmlPullParser.START_TAG, ns, "link"); String tag = parser.getName(); Stri...

iPhone - get data from YAJLiOS parser

stackoverflow.com - 2012-03-21 21:31:12 - Similar - Report/Block

I have some code where i using yajl parser: NSArray *JSONArray = [tempContainer yajl_JSON]; NSLog(@"array of json is = %@",JSONArray); and after parsing i got some json data like account_number"account_number": "123", some_stuff"some_stuff": 231, My question is next: how i get data from specific value of parsed data. *ex. i want "account...

parse JSON in objectiveC (SBJSON) objects and arrays

stackoverflow.com - 2012-03-21 06:23:43 - Similar - Report/Block

So far I've discovered in JSON that everything enclosed in { } are objects (objC : NSDictionary) and anything enclosed in [ ] is an array (objC : NSArray). I've read and re-read this article about the subject> How to parse JSON into Objective C - SBJSON I have a .json file with the data modeled like this: http://elbee101.com/dummySchedule...

Ruby - rails - jquery autocomplete parse json

stackoverflow.com - 2012-05-04 05:31:47 - Similar - Report/Block

Is this a correct way to parse map json returned to a ajax autocomplete call? I was expecting that jQuery understands json responce and will not require any additional effort in the script to list autocomplete items. json - [{"issue":"Item returned"}] $("#term").autocomplete({ source: function(request, response){ $.ajax({ url: '/issue/...

how to duplicate JSON file and keep it format in NSIS

stackoverflow.com - 2013-01-16 10:56:15 - Similar - Report/Block

I just want to duplicate a JSON file. currently I'm using NsJSON for reading the JSON files. this is my code: nsJSON::Set /file $DESKTOP\nsis .json nsJSON::Serialize /format /file $DESKTOP\nsis _new.json the problem is: "obj": [ "a", "b", "c" ] becomes: "obj": [ "a", "b", "c" I must keep the json content with the original file format.

JSON DECODE Assoc Array

stackoverflow.com - 2012-03-25 08:53:21 - Similar - Report/Block

I have been working on a json decode issue (which I have already had assistance with thanks very much :http://stackoverflow.com/questions/9849 562/php-json-decode-brings-back-null) but I find I have another problem getting the assoc array brought back by the json decode to work properly. Am I doing something wrong or is it the array?? Here...

evolveStar Join

Parsing multiple XML fragments with STaX

stackoverflow.com - 2012-03-28 01:20:33 - Similar - Report/Block

I was hoping the following would be parseable in StAX, <something a="b"/> <something a="b"/> But it chokes when you reach the second element. As there is no common root element. (I'm not too sure why a pull parser cares about this particular issue... anyway...) I can fake a root element, e.g. Guava: InputSupplier<Reader...

My app crashed if I use dispatch_async

stackoverflow.com - 2012-02-09 12:59:54 - Similar - Report/Block

This code works ok. parser = [[NSXMLParser alloc] initWithData:data]; parser.delegate = self; [parser parse]; [parser release]; But if I use dispatch_async I will get EXC_BAD_ACCESS. But why? parser = [[NSXMLParser alloc] initWithData:data]; parser.delegate = self; dispatch_async(dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT,...

Multiple mono_jit_init/mono_jit_cleanup issue

stackoverflow.com - 2012-05-18 12:48:48 - Similar - Report/Block

I am working on some application in which I am required to call mono_jit_init multiple times. When I run my application for the first time I do mono_jit_init then mono_jit_cleanup everything works fine, problem occurs when I try do mono_jit_init again(this time to load different runtime[this is my requirement :(]). And on the mono website...

Getting Started with Ajax - Part 8: Working with JSON

beyondrelational.com - 2013-01-01 01:00:00 - Similar - Report/Block

In the previous chapter, we showed how we can process XML data in AJAX application. This time, we will rewrite the XML example to work with JSON data. JSON data format is very popular with JavaScript, because it can be processed very easily, and is built into many JavaScript and AJAX libraries. Starting with XML data from previous chapter...

Get String from json with nested json object and nested json arrays with multiple json object, in Android

stackoverflow.com - 2012-03-20 14:12:40 - Similar - Report/Block

I need to access as String all the single parameters contained in a complex Json. for example String people=...; String idPeople=...; etc. I have tried to use the JSONTokeners, as I have tried to search for similar question, and for simple json I haven't problem but I don't know how to get the parameters correctly from thi...

Tradedoubler promo feed php parser

abestweb.com - 2013-04-17 16:20:55 - Similar - Report/Block

I'm trying to bould a PHp Parser, with the folllowing code: Code: $xml = simplexml_load_file('h t t p://api.tradedoubler.com/1.0/vouchers?to ken=6D71B80D1A48154E2E96BC797C5DBB78FE0B 0E3A'); I get "parser error : Start tag expected, '<' not found in" Any ideas? Thank you very much...

Ruby Regex, get all possible matches (no clipping of the string)

stackoverflow.com - 2013-05-04 23:18:24 - Similar - Report/Block

There have been some confusion to what I am asking about. This problem has to do with the deficiencies of the ruby regex parser, and it's limits to not being able to find all results in recursive regexes. The solution to this problem, as far as I understand, needs a different regex parser. I am trying to solve a problem now that requires...

Extract particular JSON fields without knowing the field names?

stackoverflow.com - 2012-05-02 08:30:24 - Similar - Report/Block

It looks like good JSON objects typically have a name-value pair, with value being JSON array if it has multiple items. That's easier to parse. But I come across an annoying case, I'm unsure how to parse. While my question is specific to .NET and I'm using JSON.NET library on CodePlex (primarily LINQ to JSON approach, but could take other...

How to add URL parameters to JSON web service call - Objective C

stackoverflow.com - 2012-02-23 17:21:44 - Similar - Report/Block

I'm trying to fetch information from a JSON web service with this code, using SBJsonParser API: SBJsonParser *parser = [[SBJsonParser alloc] init]; // Prepare URL request to download statuses from Twitter NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://twitter.com/statu ses/public_timeline.json"]]; // Pe...

Parser with objects of custom class as a tokens

stackoverflow.com - 2012-04-08 00:09:47 - Similar - Report/Block

Looking for java parser generator that accept objects of custom class implementing Comparable interface (or perhaps some parser-specific interface) as an input tokens in resulting parser. ANTLR seems to be too character stream-oriented. Any suggestions?...

PHP simple dom parser select and remove multiple tags at once

stackoverflow.com - 2012-02-23 08:31:48 - Similar - Report/Block

I'm using PHP simple dom parser http://simplehtmldom.sourceforge.net/man ual.htm I'm able to remove a tag with a specific id by doing $html = str_get_html('<div><div class="two">two</div></div&g t;'); $e = $html ->find('.two',0); $e->outertext = ''; echo $html ->outertext; Reading the simple dom api documen...

My JSON files are too big to fit into memory, what can I do?

stackoverflow.com - 2012-07-10 23:41:05 - Similar - Report/Block

In my program, I am reading a series of text files from the disk. With each text file, I process out some data and store the results as JSON on the disk. In this design, each file has its own JSON file. In addition to this, I also store some of the data in a separate JSON file, which stores relevant data from multiple files. My problem is...

NSXMLParser keep getting empty document errors

stackoverflow.com - 2012-05-31 11:02:12 - Similar - Report/Block

I'm trying to get NSXMLParser to parse an file looks like this: <message> <id>73</id> <data><(some BLOB data)></data> </message> and this is my obj-c code: - (void)request:(ASIHTTPRequest *)request didReceiveData:(NSData *)data if (receivedData == nil) { receivedData = [[NSMutableData alloc] ini...

jQuery AJAX to Perl JSON module decode of data

stackoverflow.com - 2013-04-09 10:35:08 - Similar - Report/Block

I need to be able to decode multiple parameters from the data portion of an ajax call to a perl cgi script. I know that everything else is working with my code, but for whatever reason I can't seem to get the decode method of the JSON module to work properly to restore the data from JSON format to parameters again. The data in my jQuery a...

Discarding the remaining input using parser combinators

stackoverflow.com - 2012-06-25 01:45:00 - Similar - Report/Block

I just want to parse the following string up until the token then ignore the rest: val input = """ blah1 blah2 blah3 blah4 blah5 blah6 Using object Pars extends RegexParsers { def strings: Parser[List[String]] = rep(str) <~ end def str: Parser[String] = ".*".r def end: Parser[String] = "END" <~ rep(".*".r) Pars.parseAll(Pars.str...

iPhone how to send a large image along with a JSON file? Should I embed it within the JSON or send separately?

stackoverflow.com - 2012-03-18 18:54:57 - Similar - Report/Block

I'm trying to create a way to save the interface of my app in a JSON file. While static elements I can define by their frames and/or center points, the interface does include a single image selected from the photo library. Because some iPhones have 8MP cameras, I can anticipate that some images would be very large. I would like to be abl...

Convert time from JSON string with PHP

stackoverflow.com - 2012-05-01 17:24:25 - Similar - Report/Block

I have an issue with converting time string I get from JSON to another format. Somehow the date is set to minus 24 hours. Here's object from JSON [date] => 2011-07-02T00:00:00+02:00 I'm using strtotime() date() date('l, d F Y', strtotime($day->date)); But the output looks like this FRIDAY, 01 JULY 2011 Obviously the date in JSON is...

json representation for iphone localization app

stackoverflow.com - 2012-05-11 21:18:24 - Similar - Report/Block

I have a write a simple json representing the position of same places like: lat = "41.653048"; long = "-0.880677"; name = LIMPIA; }, In iphone programming, my app is able to show the position on the map. My question is about how replicate the same on multiple position. For example with a json like: { lat = "41.653048"; long = "-0.8...

Deploying node.js application to Heroku

stackoverflow.com - 2012-04-16 06:07:40 - Similar - Report/Block

Using the dead simple tutorial on Heroku's website and when I run git push heroku master I receive the following error: Using Node.js version: 0.4.7 Using npm version: 1.0.106 -----> Fetching Node.js binaries -----> Vendoring node into slug -----> Installing dependencies with npm npm ERR! Couldn't read dependencies. npm ERR...

SFML maploader or tmx parser

gamedev.net - 2013-02-21 10:39:58 - Similar - Report/Block

To load a tmx map in SFML which way will be flexible and optimal , use sfml maploader to load the map ( http://sourceforge.net/projects/tiledsfm lloader/) or use tmx parser and then load it into SFML . i m using isometric view . if tmx parser is suitable in my case , let me know how to load them into game ?...

Jbuilder: How I can merge 2 top level arrays?

stackoverflow.com - 2012-05-10 10:42:50 - Similar - Report/Block

I have two top level arrays, which have the same format. And I want to merge them: json = Jbuilder.encode do |json| json.(companies) do |json, c| json.value c.to_s json.href employee_company_path(c) end json.(company_people) do |json, cp| json.value "#{cp.to_s} (#{cp.company.to_s})" json.href employee_company_path(cp.company) end...

PHP and Java encoding issues

stackoverflow.com - 2012-04-24 20:34:51 - Similar - Report/Block

I recently wrote a webservice that runs as a Java application (probably not the best idea, but I'm more fluent in Java than in other languages like PHP or English :p). The Java application simply outputs the JSON data to System.out. And then I wrote a tiny PHP script that uses the Java application. Here is my PHP script : ob_start('ob_gzh...

Java XML Parser Issue

stackoverflow.com - 2012-03-05 20:22:09 - Similar - Report/Block

I'm trying to write an xml parser but seem to be running into some problems when extracting data from the file. I keep running into a java Null pointer exception at the first time I call get Tag Value: Root Element: integrity_bug_data Getting Tage Value for: id java.lang.NullPointerException this is what the file looks like: <bug>...

чем отличается перекомпановка тестов - Ruby

cyberforum.ru - 2013-03-25 19:36:01 - Similar - Report/Block

:) пишу парсер для awl файлов Microwin на геме parslet , процесс написания нравится, только встретился с не очень для меня понятным моментом, вселяющий неуверенность. Код: # encoding : windows-1251 require 'rspec' require 'parslet/rig/rspec' require "./lib/s200_parser" require "pp" describe "S200" do let(:parser){S200Parser.new} it "ob...

JavaScript JSON Ajax JSON.parseとevel関数 スマートフォンUI例

webcyou.com - 2013-04-07 13:29:36 - Similar - Report/Block

JSONとは、「JavaScript Object Notation」の略で「ジェイソン」といいます。 JSON は、数値や文字列や配列やオブジェクトなどのデータを、文字列で表現できる軽量なフォ ーマットであり、XMLと比べると簡潔に構造化されたデータを記述することができるた め、人間が理解しやすいデータフォーマットであり、JavaScriptのオブジェク トと文字列の相互変換が柔軟にあつかえます。 それでは早速記述してみましょう。 JSONデータを変換 var str = '{ "ary":[0,1,2], "obj": { "a":0,"b":1,"c":2 } }', obj = JSON.parse(str); console.log(obj.ary); conso...

.NET 4.x JSON.NET. Проверка валидности JSON - C# .NET

cyberforum.ru - 2013-02-11 11:04:49 - Similar - Report/Block

Есть в библиотеке JSON.NET (Newtonsoft.JSON) функция для проверки валидности JSON? А то конвертирование невалидной JSON приводит к исключениям. Задача не настолько серьёзная, чтобы тратить кучу времени на штудирование интерфейсов.

[BUG] Segmentation fault - Ruby on Rails

cyberforum.ru - 2012-08-03 09:35:27 - Similar - Report/Block

Пробую activerecord из ruby скрипта, выдает ошибку /home/roma/.rvm/gems/ruby-1.9.3-p194/gem s/json-1.7.4/lib/json/ext/parser.so: [BUG] Segmentation fault ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] самое главное пишет 1.8.7 в то время как ruby -v дает ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] 1.9.3 ставил через rvm...

AS 2.0 JSON и AS2 - ActionScript

cyberforum.ru - 2013-03-01 15:50:42 - Similar - Report/Block

Добрый день, подскажите, почему нер аботает адобовский класс JSON Есть код Код: var d:JSON = new JSON(); var attparam = d.parse(newAttr); В результате Код: trae(attparam ); и любые другие вариации возвращают undefined. С строкой json все нормально, так как другой (сторонний класс json lite) его разбирает. Погуглив нашел тему с похожей о...




dialogShowMessage!

Fill out the form you see below. Registration is free, fast and simple.
If you are already registered, sign in page login.


Web Site :
Required Field
First Name :
Required Field
Last Name :
Required Field
Email :
Required Field
Sex :
Required Field

evolveStar.com is free for ever !


evolveStar.com provides a search engine that allows you to gather information to write their own blog.


evolveStar.com enhances the sources displaying the logo of the site.


If you want to remove your site or you believe a site listed infringes copyright, please report it to: info@evolvestar.com


Specifies the subject copyright violation and the url of the page


evolveStar.com respecting the law DMCA (Digital Millennium Copyright Act) will immediately remove whatever its merits.


Next will be effectual and relevant checks.







Who We Are Partner Advertising Contacts Privacy terms Help & FAQ

© Copyright 2010-2017 Fabrizio Fichera. All rights reserved.