Class JsonParser


  • public class JsonParser
    extends java.lang.Object
    This class converts a stream of JSON tokens into a JSON value.

    See ECMA 15.12.

    Author:
    Raphael Speyer, Hannes Wallnoefer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object parseValue​(java.lang.String json)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait