We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
templateのfirst・rest要素ではJSON形式に未対応だった為、対応を追加する。
各要素の既存機能でリスト形式データ(RDF)には対応しており、JSON(辞書)形式にも対応する。
既存処理で行っている json.loads() での分解結果が辞書型の場合に、第一階層を対象に、first/restの処理を行い、json.dumps()で変換した文字列を返す処理を追加する。
The text was updated successfully, but these errors were encountered:
ikutani-cotobadesign
No branches or pull requests
機能改善要望
templateのfirst・rest要素ではJSON形式に未対応だった為、対応を追加する。
要望詳細
各要素の既存機能でリスト形式データ(RDF)には対応しており、JSON(辞書)形式にも対応する。
実現方法
既存処理で行っている json.loads() での分解結果が辞書型の場合に、第一階層を対象に、first/restの処理を行い、json.dumps()で変換した文字列を返す処理を追加する。
補足
The text was updated successfully, but these errors were encountered: