You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Snippy primarily focuses on HTML content. To make Snippy more versatile, we should extend its capabilities to support other popular file types like JSON, XML, etc.
Acceptance Criteria:
Snippy should be able to recognize and process JSON and XML files.
The processing should maintain the structure and integrity of the content.
Unit tests should be added to ensure the correct handling of these file types.
The text was updated successfully, but these errors were encountered:
Description:
Currently, Snippy primarily focuses on HTML content. To make Snippy more versatile, we should extend its capabilities to support other popular file types like JSON, XML, etc.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: