opencharles / charles

Java web crawling library
BSD 3-Clause "New" or "Revised" License
32 stars 9 forks source link

JsonWebPage implements MediaTypeJson #34

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

MediaTypeJson.toJsonObject() returns a JsobObject. JsonWebPage implements MediaTypeJson and parses the given WebPage into a JsonObject and adds the attribute "id" to it.

amihaiemil commented 8 years ago

done