Skip to content

Commit

Permalink
Update JSON module description.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Apr 12, 2015
1 parent bee51bd commit 38608e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/vibe/data/json.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
JSON serialization and value handling.
This module provides the Json struct for reading, writing and manipulating JSON values in a seamless,
JavaScript like way. De(serialization) of arbitrary D types is also supported.
This module provides the Json struct for reading, writing and manipulating
JSON values. De(serialization) of arbitrary D types is also supported and
is recommended for handling JSON in performance sensitive applications.
Copyright: © 2012-2015 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Expand Down

0 comments on commit 38608e4

Please sign in to comment.