Remove useless Json transformation
While receiving JSON CRDTs from the c-service some changes should be made for special chars. Currently the DeltaCRDT.fromJson method modifies the received JSON. Should be removed and handle by the c-client with issue c-client#24 (closed)
Edited by Ludovic Le Frioux