EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
JSONDeserialiser.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_JSONDESERIALISER_HPP
11#define ECHOMAP_JSONDESERIALISER_HPP
12
13#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
15#else
17#endif
18
19namespace echomap
20{
21
22#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
23
28
29#else
30
35
36#endif // __EMSCRIPTEN__
37
38}
39
40#endif // ECHOMAP_JSONDESERIALISER_HPP
JSONFullDeserialiser specification.
JSONPartialDeserialiser specification.
JSON parser for Project objects.
JSON parser for PartialProject objects.
The main EchoMap outermost namespace for all non-exported symbols.
JSONPartialDeserialiser JSONDeserialiser
Provides a JSONDeserialiser for the web, where PartialProject objects are required.