source: Dev/branches/jos-branch/server/rdfapi/syntax/SyntaxJSON.php @ 287

Last change on this file since 287 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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.