Modules
JBD is a namespace    
  
no-dependency modules, many of which provide similar functionality to CPAN (and some Core) favorites    
  
date functions    
  
a DBI abstraction    
  
template rendering abstraction    
  
An import abstraction, not unlike (but much simpler than) Exporter    
  
list utilities    
  
abstraction around retrieve/nstore    
  
string functions    
  
provides render, which merges a template file and replacements    
  
exports warnings and strict; also provides puke() and barf()    
  
provides JSON parsing subs    
  
a JSON grammar    
  
JSON lexers    
  
JSON parser token transformers    
  
provides Javascript parsing subs    
  
Javascript lexers    
  
parsing primitives    
  
provides an import sub that exports everything in @map    
  
Provides match() and tokens()    
  
provides standard lexer types    
  
embodies the state of an in-progress parse    
  
expresses a (type, value) pair as an object