Registry / config / toml4j

toml4j

JSON →
library0.7.2javamavenunverified

A Java parser for TOML configuration files, supporting the TOML specification.

<dependency> <groupId>com.moandjiezana.toml</groupId> <artifactId>toml4j</artifactId> <version>0.7.2</version> </dependency>
INSTALL
IMPORT
SIG · TOML4J
T
toml4j
configjavav0.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Toml
com.moandjiezana.toml.Toml

Parse a TOML string and retrieve a value.

import com.moandjiezana.toml.Toml; Toml toml = new Toml().read("key = \"value\""); String value = toml.getString("key");
Debug
Known issues
gotchatoml4j does not support all TOML 1.0 features like inline tables and dotted keys fully.
fix
Check the TOML specification version required; consider using a more modern parser like TOML4j 0.8+ or another library.
affects: <0.8
Upgrade
Version history
0.7.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
toml4j — mvn dependency:get toml4j · libregistry