Package org.bson.json

Class JsonReader

    • Constructor Detail

      • JsonReader

        public JsonReader​(java.lang.String json)
        Constructs a new instance with the given JSON string.
        Parameters:
        json - A string representation of a JSON.
    • Method Detail

      • doReadDecimal128

        public Decimal128 doReadDecimal128()
      • mark

        @Deprecated
        public void mark()
        Deprecated.
        Description copied from interface: BsonReader
        Creates a bookmark in the BsonReader's input The previous mark must be cleared before creating a new one
      • getMark

        public BsonReaderMark getMark()
        Description copied from interface: BsonReader
        Gets a mark representing the current state of the reader.
        Returns:
        the mark
      • reset

        public void reset()
        Description copied from interface: BsonReader
        Go back to the state at the last mark and removes the mark