dhiraj / gsonpointer

Add JSON Pointer (RFC 6901) support to Google Gson library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment for JsonPointer class misinforms

Zordid opened this issue · comments

There are several flaws in the comment of the JsonPointer class.

  • the keyword "new" appears in line 14
  • a JsonPointer cannot be created from a string: "new JsonPointer(originalJson)"
  • the method "dereference" does not exists

It seems this comment was copied & pasted from somewhere without any care, possibly from Java?