Changeset 33 for trunk/src/json
- Timestamp:
- 06/05/09 10:42:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/json/json_tmcl.lisp ¶
r32 r33 193 193 (list-instances (getf involved-topic-tupple :player) topictype topictype-constraint)))) 194 194 (json-role 195 (concatenate 'string "\"roleType s\":"195 (concatenate 'string "\"roleType\":" 196 196 (topics-to-json-list 197 197 (getf (list-subtypes (getf involved-topic-tupple :role) roletype roletype-constraint) :subtypes)))) … … 292 292 (list-instances (getf role-player-tupple :player) topictype topictype-constraint)))) 293 293 (json-role 294 (concatenate 'string "\"roleType s\":"294 (concatenate 'string "\"roleType\":" 295 295 (topics-to-json-list 296 296 (getf (list-subtypes (getf role-player-tupple :role) roletype roletype-constraint) :subtypes))))
Note: See TracChangeset
for help on using the changeset viewer.