Tools
JSON Formatter Tool
The JSON Formatter Tool is used to convert messy JSON strings into a formatted, easy-to-read form. It helps developers quickly view and analyze JSON data structures, improving development efficiency.
Features:
- Supports formatting and beautifying JSON strings
- Provides syntax highlighting to make JSON structure clearer
- Supports JSON data validation to detect syntax errors
- Allows copying formatted JSON data to clipboard

Timestamp Tool
The Timestamp Tool can convert between Unix timestamps and human-readable date times. It supports different timestamp precisions, making it convenient for developers when processing time-related data.
Features:
- Supports multiple timestamp precisions (seconds, milliseconds)
- Provides current time timestamp generation
- Supports conversion from timestamp to date time
- Supports conversion from date time to timestamp
- Provides time conversion for different time zones

Text Tool
The Text Tool provides multiple text processing functions to help users quickly process and convert text content.
Features:
- Text case conversion
- Regular expression testing and application

Encoding/Decoding Tool
The Encoding/Decoding Tool supports conversion between multiple encoding formats, such as Base64, URL encoding, HTML entity encoding, etc. It can help developers perform necessary encoding and decoding operations when processing data transmission and storage.
Features:
- Supports Base64 encoding and decoding
- Supports URL encoding and decoding

JavaEntity Generator Tool
The JavaEntity Generator Tool can automatically generate Java entity class code based on database table structures or JSON data. It can greatly reduce the workload of developers manually writing entity classes, improving code quality and development efficiency.
Features:
- Supports generating Java entity classes from database table structures
- Supports generating Java entity classes from JSON data
- Automatically generates properties and getter/setter methods
