TOML data paste करें और instantly c पाएं।
TOML data paste करें और instantly c पाएं।
इस विषय के बारे में सामान्य प्रश्न और उत्तर।
TOML uses a flat key - value syntax with sections (tables) and supports comments, native date/time types, and multi-line strings. JSON uses curly braces and strict quoting but is more widely supported by APIs and programming languages.
हाँ, the JSON output indentation supports 2 spaces, 4 spaces, or tab characters. Select your preferred style from the formatting options. Most JSON files use 2 spaces for a clean, compact look.
Yes, you can sort all JSON object keys alphabetically (A to Z) using the sort keys dropdown, or keep them in the order defined by your TOML tables. The sorting recurses through every nested object in the output.
नहीं, the TOML-to-JSON conversion happens entirely in your browser. Your TOML configuration data is parsed locally with JavaScript and is never sent to any remote server.