mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
update json.hpp to 3.1.0
This commit is contained in:
parent
84b03c98af
commit
6bbcc83cb1
11 changed files with 17184 additions and 10073 deletions
|
@ -28,14 +28,10 @@
|
|||
#include "streamUri.h"
|
||||
#include "encoder/encoder.h"
|
||||
#include "common/sampleFormat.h"
|
||||
#include "common/json.hpp"
|
||||
#include "message/codecHeader.h"
|
||||
#include "message/streamTags.h"
|
||||
|
||||
#ifdef HAS_JSONRPCPP
|
||||
#include <jsonrpcpp/json.hpp>
|
||||
#else
|
||||
#include "externals/json.hpp"
|
||||
#endif
|
||||
|
||||
class PcmStream;
|
||||
|
||||
|
|
|
@ -22,11 +22,8 @@
|
|||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#ifdef HAS_JSONRPCPP
|
||||
#include <jsonrpcpp/json.hpp>
|
||||
#else
|
||||
#include "externals/json.hpp"
|
||||
#endif
|
||||
#include "common/json.hpp"
|
||||
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue