Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use operator[] instead of front to support jsoncpp
Replace the `front()` with `[0]` as front is not supported by jsoncpp on array types. Signed-off-by: Omar Mohamed <[email protected]>
- Loading branch information