refactor previous commit a little, add fakejson module for simple parsing that doesn't use regex.

This commit is contained in:
fiatjaf
2023-01-22 10:32:18 -03:00
parent 2e305b7cd4
commit 26089ef958
4 changed files with 94 additions and 39 deletions

View File

@@ -3,6 +3,8 @@ export * from './relay'
export * from './event'
export * from './filter'
export * as fj from './fakejson'
export * as nip04 from './nip04'
export * as nip05 from './nip05'
export * as nip06 from './nip06'