https://github.com/pmiddend/jbbdb
Parse bbdb files in Java
https://github.com/pmiddend/jbbdb
Last synced: about 1 month ago
JSON representation
Parse bbdb files in Java
- Host: GitHub
- URL: https://github.com/pmiddend/jbbdb
- Owner: pmiddend
- License: mit
- Created: 2016-08-28T09:57:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T13:52:46.000Z (almost 10 years ago)
- Last Synced: 2025-10-11T19:42:31.535Z (8 months ago)
- Language: Kotlin
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
- License: LICENSE
Awesome Lists containing this project
README
* jbbdb - parse BBDB from Java
This is a project to parse the [[http://bbdb.sourceforge.net/bbdb.html#SEC67][Insidious Big Brother Database]] (bbdb) files in Java, for access in apps.
** How far along is it?
I can parse my own bbdb file successfully. But I'm not using all the capabilities of bbdb, so please open an issue if anything pops up on your end.
** But it's not Java, it's kotlin!
Yeah, I'm using kotlin because it's easier to handle than Java. It's interoperable though, see [[https://kotlinlang.org/docs/reference/java-interop.html][interop]].