Is there a Javadoc for JSON.simple?
            Asked
            
        
        
            Active
            
        
            Viewed 4.7k times
        
    1 Answers
53
            I generated the Javadoc from source and put it online.
The project wiki has some interesting pages and version 1.0.2 also had an interesting README.
 
    
    
        spongebob
        
- 8,370
- 15
- 50
- 83
 
    
    
        Alex Jasmin
        
- 39,094
- 7
- 77
- 67
- 
                    3Thank you, that's very useful. Although the README file and wiki pages on Google Code are pretty much exhaustive for such a simple library, it's still helpful to have the JavaDoc. – Tom Morris Sep 09 '11 at 12:31
- 
                    Thank you! This is still a good javadoc. With version 1.1.1, there are some chinese/japanese characters in the doc which makes it absolutely unreadable. Possibly because issue#108 (https://code.google.com/archive/p/json-simple/issues) – DevdattaK Dec 29 '18 at 20:25
