source: Dev/trunk/rdfapi/syntax/SyntaxJSON.php @ 136

Last change on this file since 136 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 225 bytes
Line 
1<?php
2// Include Syntax classes
3// $Id: SyntaxJSON.php 552 2007-11-23 09:12:11Z p_frischmuth $
4require_once( RDFAPI_INCLUDE_DIR . 'syntax/JsonParser.php' );
5require_once( RDFAPI_INCLUDE_DIR . 'syntax/JsonSerializer.php' );
6?>
Note: See TracBrowser for help on using the repository browser.