D 2.0
About Japanese Translation

Last update Thu Oct 28 17:54:33 2010

std.json

JavaScript Object Notation

Source:
std/json.d

License:
Boost License 1.0.

Authors:
Jeremie Pelletier

References:
http://json.org/

Copyright Jeremie Pelletier 2008 - 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

http:
//www.boost.org/LICENSE_1_0.txt)

enum JSON_TYPE;
JSONの値型

struct JSONValue;
JSONの値ノード

JSONValue parseJSON(T)(T json, int maxDepth = -1);
シリアライズされた文字列をJSONのツリーに変換します。

string toJSON(in JSONValue* root);
JSONのツリーを受け取ってシリアライズされた文字列を返します。

class JSONException: object.Exception;
JSONのエラー時に投げられる例外