FedWikiPage class>>#fromJson:
fromJson: aString ^ self new rawData: (NeoJSONReader fromString: aString)
⇒ NeoJSONReader