Top "Parsing" questions

Parsing refers to breaking an artifact into its constituent elements and capturing the relationship between those elements.

How do I parse JSON in Android?

How do I parse a JSON feed in Android?

android json parsing
Convert JSON String to JSON Object c#

I have this String stored in my database: str = "{ "context_name": { "lower_bound": "value", "upper_bound": "value", "values": [ "value1", "valueN" ] } }" …

c# asp.net json string parsing
Convert JSON to Map

What is the best way to convert a JSON code as this: { "data" : { "field1" : "value1", "field2" : "value2" } } in a Java …

java json parsing collections
Remove HTML tags from a String

Is there a good way to remove HTML from a Java string? A simple regex like replaceAll("\\<.*?>", "") will …

java html regex parsing
What is the best way to parse html in C#?

I'm looking for a library/method to parse an html file with more html specific features than generic xml parsing …

c# .net html parsing html-content-extraction
Parse query string in JavaScript

I need to parse the query string www.mysite.com/default.aspx?dest=aboutus.aspx. How do I get the …

javascript parsing query-string
Print JSON parsed object?

I've got a javascript object which has been JSON parsed using JSON.parse I now want to print the object …

javascript json parsing printing
How to convert string into float in JavaScript?

I am trying to parse two values from a datagrid. The fields are numeric, and when they have a comma (…

javascript parsing floating-point
"Content is not allowed in prolog" when parsing perfectly valid XML on GAE

I've been beating my head against this absolutely infuriating bug for the last 48 hours, so I thought I'd finally throw …

java xml google-app-engine parsing stax
How to read XML using XPath in Java

I want to read XML data using XPath in Java, so for the information I have gathered I am not …

java xml parsing xpath