タグ

2023年8月14日のブックマーク (1件)

  • TOML をコマンドラインで加工したい - Qiita

    TOML TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. TOMLは、セマンティクスが明確で読みやすい、最小限の設定ファイルフォーマットを目指しています。TOMLは、ハッシュテーブルに明確にマッピングするように設計されています。TOMLは、さまざまな言語でデータ構造を簡単に解析できるようになっています。 Rust の設定ファイルとか SSG のツールの設定ファイルとかでよく出

    TOML をコマンドラインで加工したい - Qiita
    CLSmooth
    CLSmooth 2023/08/14
    “cat sample.toml | dasel -r toml -w json”