huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Add alias Json to hunt.serialization.JsonSerializer #67

Closed zoujiaqing closed 5 years ago

Heromyth commented 5 years ago

It fixed: alias toJson = JsonSerializer.toJson; alias fromJson = JsonSerializer.fromJson;