Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSON データを取得し、それを単純なバッファリストに解析して、そこからデータを読み取ることができるクラスを作成する方法を教えてもらえますか?
元。JSON
{ name: 'John', age: 56 }
..キーと値のペアのテーブルに解析されます
name John age 56
より速く、より簡単に作成するのに役立つ解析メソッドを作成する方法は?
既存のライブラリを提案しないでください。JSON を解析するための概念を提供します。