forked from CorentinTh/it-tools
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
FYI, json repair!!!
const { jsonrepair } = require('jsonrepair');
const broken = '{ name: "Bob", age: 42, }';
const fixed = jsonrepair(broken);
console.log(fixed); // Now valid JSON!
``` :contentReference[oaicite:2]{index=2}
Is there example of this tool in the wild?
No response
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Myzel394
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request