Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1de30e0
Choose a base ref
Loading
...
head repository: agoransson/processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 910b30d
Choose a head ref
Loading
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 20, 2013

  1. Fixed issue #1660 & #1680

    Changed the access modifier for the constructor JSONArray(JSONTokener)
    to protected so that the other json classes can access it.
    
    Removed the extra JSONTokener inner class in JSONObject, this caused
    classes outside of JSONObject to use the wrong constructor
    JSONObject(Object bean) instead
    Andreas Göransson committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    e3839d6 View commit details
    Browse the repository at this point in the history
  2. Fixed method setJSONObject() and setJSONArray()

    It now accepts a JSONObject (or JSONArray) as parameter instead of a
    simple string.
    
    Error:
    The method setJSONObject(String, String) in the type JSONObject is not
    applicable for the arguments (String, JSONObject)
    
    The method setJSONArray(String, String) in the type JSONObject is not
    applicable for the arguments (String, JSONArray)
    Andreas Göransson committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    659a3c7 View commit details
    Browse the repository at this point in the history
  3. Updated example LoadSaveJSON

    Fixed the JSON example. I left the data.json formatted as it was,
    however it is not as "sleek" as it could be. The json could start with
    the array straight away and that way cut away alot of the unnecessary
    code required to maintain the format through load and save.
    Andreas Göransson committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    910b30d View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.