DartDart JsonCodecクラスのdecoder()メソッドとencoder()メソッド Map型をJSON文字列にするencode()メソッドと、JSON文字列をMap型にするdecode()メソッド。2023.03.30DartITJsonCodecクラス
DartDart JsonDecoderクラスのコンストラクタとconvert()メソッド DartのJsonDecoderクラスのコンストラクタとconvert()メソッドについてメモ書き。2023.03.28DartJsonDecoderクラス
DartDart JsonEncoderクラスのコンストラクタとconvert()メソッド Map型等のオブジェクトをJson文字列に変換するメソッド。2023.03.27DartITJsonEncoderクラス