Changeset 446 for trunk/src/json/JTM
- Timestamp:
- 05/02/11 11:05:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/json/JTM/jtm_exporter.lisp ¶
r444 r446 558 558 "Note if prefixes-p is set to nil the export format is JTM 1.0. 559 559 If prefixes-p is set to t the export format is JTM 1.1." 560 (declare (Boolean prefixes-p )561 (Ignorable parent-p item-type-pprefixes)560 (declare (Boolean prefixes-p item-type-p) 561 (Ignorable parent-p prefixes) 562 562 (Integer revision)) 563 563 (let* ((prefixes-list … … 593 593 :prefixes prefixes-list :revision revision :item-type-p nil) 594 594 ",")) 595 (item-type (concat "\"item_type\":\"" item_type-topicmap "\",")) 595 (item-type (when item-type-p 596 (concat "\"item_type\":\"" item_type-topicmap "\","))) 596 597 (iis "\"item_identifiers\":null,") 597 598 (frag-reifier "\"reifier\":null"))
Note: See TracChangeset
for help on using the changeset viewer.