Top "Json-simple" questions

JSON.

How to ignore case when searching a JSON Object

My sample JSON input is as follows: "JobName":"Test Job 1", "events":[ { "features":[], "InputHiveTable":"uilog_uiclientlogdata", "eventColumn":"command", "name":"edu.apollogrp.…

java json json-simple
Simple code for converting JSONObject to a List or JSONArray?

I've read through various threads and found similar problems, but have been pretty unsuccessful at finding a solution for my …

java json json-simple
Gradle dependency json-simple error

I'm fairly new to Gradle so I'm trying to build a Java project and not sure about the dependencies. I …

gradle junit dependencies build.gradle json-simple
JSON: "Unexpected character (<) at position 0"

Here's the twitch.tv api request to get channel summary: http://api.justin.tv/api/streams/summary.json?channel=mychannel. …

java json apache-httpclient-4.x json-simple
Access to the values in a multi-level JSON-structure

There is my JSON-structure: { "date":"19.11.2013", "parent":{ "child1":[ { "date":"2013-11-19", "time":"10:30", }, { "date":"2013-11-19", "time":"12:20", } ], "child2":[ { "date":"2013-11-19", "time":"10:30", }, { "…

java json json-simple
Store JSON data in Java

I want to learn JSON data storage in Java using Eclipse, so I googled a lot. I found JSON.simple …

java json gson json-simple
Decoding floating point number in simple.json Java

I am trying to read and parse a json file using simple.json in Java. However, on floating point numbers …

java json json-simple
json-simple Trying to get specific value from JSON

I'm trying to geocode an address and get the lat/lng coordinates in java. I'm able to geocode the address …

java json json-simple
unchecked call to add(E) as a member of the raw type ArrayList and HashMap

I have the following function that uses org.json.simple to create JSON object. public JSONObject createJSONRequest() { // /* Create JSON Objects */ …

java json-simple