source:
Dev/trunk/rdfapi/syntax/SyntaxJSON.php
@
133
Last change on this file since 133 was 12, checked in by basvannuland, 14 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | <?php |
2 | // Include Syntax classes |
3 | // $Id: SyntaxJSON.php 552 2007-11-23 09:12:11Z p_frischmuth $ |
4 | require_once( RDFAPI_INCLUDE_DIR . 'syntax/JsonParser.php' ); |
5 | require_once( RDFAPI_INCLUDE_DIR . 'syntax/JsonSerializer.php' ); |
6 | ?> |
Note: See TracBrowser
for help on using the repository browser.